diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2021-01-03 22:55:48 +0100 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2021-01-03 22:55:48 +0100 |
commit | 8c30c85a81aab929493e265f387f246c09468348 (patch) | |
tree | 78a3b27540e91257c6f1f8df515c59771cfb2b2d | |
parent | 8d4c20913338207b2b55c3441b7a27eaef793482 (diff) | |
download | laria.me-master.tar.gz laria.me-master.tar.bz2 laria.me-master.zip |
-rw-r--r-- | templates/root.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/root.html b/templates/root.html index abc66bf..fd1ecb1 100644 --- a/templates/root.html +++ b/templates/root.html @@ -59,7 +59,7 @@ </header> <main id="maincontent">{{ template "main" .Main }}</main> <footer> - <p>Contents of this page is copyrighted under the [WTFPL](http://www.wtfpl.net), unless noted otherwise. The content of the linked pages is © of their respective owners. You can contact me via email: <code>laria (minus) blog (at) laria (dot) me</code>.</p> + <p>Contents of this page is copyrighted under the <a href="http://www.wtfpl.net">WTFPL</a>, unless noted otherwise. The content of the linked pages is © of their respective owners. You can contact me via email: <code>laria (minus) blog (at) laria (dot) me</code>.</p> <p>If you really need more info, use the <a href="/impressum">Impressum</a>.</p> </footer> </body> |