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