Adds tr4ck webring to the theme's footer

This commit is contained in:
Miguel de la Cruz 2024-01-08 10:18:18 +01:00
parent 6a256af9c0
commit 2761c1f13b
2 changed files with 9 additions and 2 deletions

View file

@ -175,3 +175,7 @@ figcaption > p {
font-style: italic;
color: #ccc;
}
footer a.footerlink {
text-decoration: none;
}

View file

@ -1,3 +1,6 @@
<small>
{{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }}
</small>
{{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }} |
<a class="footerlink" href="https://webring.tr4ck.net/#ctrlz" target="_blank" rel="noopener">
Tr4ck webring
</a>
</small>