diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-06-04 19:40:55 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-06-04 19:40:55 +0100 |
commit | 289c4744ef96896b379f76a55397864b0e953ac1 (patch) | |
tree | d6c761cb391599af054217435da60a65e44e0dca /template.go | |
parent | fb2a806eb3da150e61e71c227b50ba325cff7aeb (diff) |
added footer to the template
Diffstat (limited to 'template.go')
-rw-r--r-- | template.go | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/template.go b/template.go index e9ff2be..b364fd4 100644 --- a/template.go +++ b/template.go @@ -161,6 +161,22 @@ Maintainer: {{.Maintainer}} </div> +<p style="margin-top:-30px; margin-bottom:30px ; text-align: center;"> This site is a cookie-free zone</p> + + <div class="foot"> + <p class="row" id="copyright"> + Copyright (c) 2014-2018 <a href="https://www.dyne.org" data-rel="fiscal sponsor" + title="Learn about our fiscal sponsor">Dyne.org foundation</a> + <span></span> + <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/" + title="This work is licensed under a Creative Commons Attribution-ShareAlike + 4.0 International License.">CC-BY-SA 4.0 international</a> + <span></span> + <p id="copyright" style="font-size: .8em; line-height: 100%; margin-top: -1.5em; margin-bottom: 2em"> + Devuan is a registered trademark of the Dyne.org foundation. Debian is a registered trademark of + Software in the Public Interest, Inc. Linux is a registered trademark of Linus Torvalds.</p> + </div> + </body> </html> ` |