schliesspendel-site/themes/schliesspendel/layouts/partials/footer.html
2017-11-05 10:57:28 +00:00

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