[2025-05-17] Add title to RSS feed and Ko-fi button to post footer

This commit is contained in:
Andrew Conlin 2025-05-17 12:30:02 +01:00
parent efac4343b1
commit 403b16aab2
4 changed files with 4 additions and 2 deletions

View file

@ -9,6 +9,7 @@ plugins:
permalink: pretty
baseurl: "/"
url: "https://andrewconl.in"
title: Andrew Conlin's blog
author: Andrew Conlin
version: v25.8.P0517

View file

@ -4,7 +4,7 @@
<a href="/til">til</a>
<a href="/projects">projects</a>
<a href="/meta">meta</a>
<span style="word-spacing: 1px"><a href="/feed.xml">feed <img src="/assets/images/icons/rss.svg" style="display: inline;height: 12px;"/></a></span>
<span style="word-spacing: 1px"><a href="/feed.xml">feed <img id="feed" src="/assets/images/icons/rss.svg" style="display: inline;height: 12px;"/></a></span>
<a href="/archive">[archive]</a></span>
<br>
<hr>

View file

@ -2,4 +2,5 @@
<div style="text-align: center;">
Issues or comments? <a href="mailto:andrew@andrewconl.in">Email me!</a>
{% include openring.html %}
<a href='https://ko-fi.com/H2H11DFIIR' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi1.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a><br>
</div>

View file

@ -108,7 +108,7 @@ a:hover {
border-bottom: 2px solid #FABD2F;
border-radius: 1px;
img {
img.feed {
filter: brightness(0) saturate(100%);
}
}