Add atom and jsonfeed icons to /blog

This commit is contained in:
Laura Hausmann 2022-11-26 22:20:15 +01:00
parent 8f46db657d
commit 55d2e930e1
Signed by: zotan
GPG key ID: D044E84C5BE01605
4 changed files with 18 additions and 0 deletions

View file

@ -21,3 +21,14 @@
</li>
}
</ul>
@section postfooter {
<div>
<a href="/blog/feed.json" target="_blank" class="imagelink">
<img src="/files/jsonfeed.png" height="31px" alt="JSONFeed"/>
</a>
<a href="/blog/feed.atom" target="_blank" class="imagelink">
<img src="/files/valid-atom.png" alt="[Valid Atom 1.0]"/>
</a>
</div>
}

View file

@ -347,6 +347,13 @@ header h1 a {
text-decoration: none;
}
.imagelink {
text-decoration: none;
display: inline-block;
line-height: 0;
padding: 5px 5px 5px 5px;
}
/* Scrollbar colors */
/* Works on Firefox */
* {

BIN
wwwroot/files/jsonfeed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB