schliesspendel-site/themes/schliesspendel/layouts/partials/footer.html

12 lines
508 B
HTML
Raw Normal View History

2017-11-05 11:57:28 +01:00
<footer>
{{ with .Site.Params.copyright }}
<p>&copy; {{ now.Year }} {{ . | safeHTML }}</p>
{{ end }}
<p>Icons: <a href="https://material.io/icons">material.io</a>, CSS-Framework: <a href="http://getskeleton.com">Skeleton</a>, Generator: <a href="https://gohugo.io/">Hugo</a></p>
2017-11-05 12:10:28 +01:00
</footer>
2017-11-05 11:57:28 +01:00
</div>
2017-11-05 12:19:46 +01:00
<script src="https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js"></script>
<script src="{{ "js/site.js" | relURL }}"></script>
2017-11-05 11:57:28 +01:00
</body>
</html>