Compare commits

...

2 commits

4 changed files with 5 additions and 3 deletions

View file

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

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%);
}
}