schliesspendel-site/themes/schliesspendel/layouts/partials/footer.html
2017-11-05 11:19:46 +00:00

12 lines
508 B
HTML

<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>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js"></script>
<script src="{{ "js/site.js" | relURL }}"></script>
</body>
</html>