2017-11-05 11:57:28 +01:00
|
|
|
<footer>
|
|
|
|
{{ with .Site.Params.copyright }}
|
|
|
|
<p>© {{ 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>
|
|
|
|
</body>
|
|
|
|
</html>
|