add imprint link

This commit is contained in:
Simon Bruder 2017-11-05 11:10:28 +00:00
parent e92b5bb0bb
commit 9f9f076ad4
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ theme = "schliesspendel"
[params] [params]
description = "Beschreibung und so" description = "Beschreibung und so"
author = "Ingolf Bänecke Jakobshagen" author = "Ingolf Bänecke Jakobshagen"
copyright = "Ingolf Bänecke Jakobshafen | Technische Umsetzung: Simon Bruder" copyright = 'Ingolf Bänecke Jakobshafen | Technische Umsetzung: Simon Bruder | <a href="https://kegelschiene.net/imprint/">Impressum & Datenschutz</a>'
## ##

View file

@ -3,7 +3,7 @@
<p>&copy; {{ now.Year }} {{ . | safeHTML }}</p> <p>&copy; {{ now.Year }} {{ . | safeHTML }}</p>
{{ end }} {{ 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> <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> </footer>
</div> </div>
</body> </body>
</html> </html>