hover icons for header links

This commit is contained in:
Zoe 2022-04-18 10:42:54 +02:00
parent 3967fa1027
commit 38b4fbd855
5 changed files with 28 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<main>
<article class="colorswitch">
<header>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">{{.Title}} </a></h1>
<h1 id="title"><a target="_blank" rel="noreferrer noopener" href="./index.xml" class="colorswitch with-rss" id="rss-title">{{.Title}} </a></h1>
</header>
<!-- "{{.Content}}" pulls from the markdown content of the corresponding _index.md -->
{{.Content}}