From 25858f566c664507bfeda8f7302d28a077bebc4c Mon Sep 17 00:00:00 2001 From: neodarz <neodarz@neodarz.net> Date: Tue, 24 Sep 2019 13:11:14 +0200 Subject: Remove rule to disable text-decoration on source code link --- source/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/template.html b/source/template.html index c9bddbbf..2de53eb5 100644 --- a/source/template.html +++ b/source/template.html @@ -88,6 +88,6 @@ $body$ </div> </div> </div> - <div class="footer">·.: <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">CC-BY-SA</a> || <a rel="me" href="https://mastodon.social/@neodarz">Mastodon</a> || <a href="https://git.neodarz.net/neodarz/website/my_new_personal_website.git/about/" style="text-decoration: none;"><Source code> :.·</a></div> + <div class="footer">·.: <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">CC-BY-SA</a> || <a rel="me" href="https://mastodon.social/@neodarz">Mastodon</a> || <a href="https://git.neodarz.net/neodarz/website/my_new_personal_website.git/about/"><Source code> :.·</a></div> </body> </html> -- cgit v1.2.1