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

10 lines
361 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>
</footer>
</div>
</body>
</html>