diff options
author | François Kooman <fkooman@tuxed.net> | 2017-01-08 21:17:16 +0100 |
---|---|---|
committer | François Kooman <fkooman@tuxed.net> | 2017-01-08 21:17:16 +0100 |
commit | 6c24c8625db5b310a775c9b6c881b2bef99cecb1 (patch) | |
tree | b393617d1e1dc06a961d8b345625c8fba38df315 /views | |
parent | c44287313ec05665f4e9b2df8fb4db4ce2cb7b7e (diff) | |
download | www.tuxed.net-6c24c8625db5b310a775c9b6c881b2bef99cecb1.zip www.tuxed.net-6c24c8625db5b310a775c9b6c881b2bef99cecb1.tar.gz www.tuxed.net-6c24c8625db5b310a775c9b6c881b2bef99cecb1.tar.xz |
fix footer
Diffstat (limited to 'views')
-rw-r--r-- | views/footer.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/footer.twig b/views/footer.twig index fb2743e..7405193 100644 --- a/views/footer.twig +++ b/views/footer.twig @@ -1,5 +1,5 @@ <div class="footer"> - <p>© 2017 <a href="contact.html">{{ blogAuthor }}</a></p> + <p>© 2017 {{ blogAuthor }}</p> </div> </body> |