Adds tr4ck webring to the theme's footer
This commit is contained in:
parent
6a256af9c0
commit
2761c1f13b
2 changed files with 9 additions and 2 deletions
|
@ -175,3 +175,7 @@ figcaption > p {
|
|||
font-style: italic;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
footer a.footerlink {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue