diff --git a/_config.yml b/_config.yml index 7c91172..317b6d6 100644 --- a/_config.yml +++ b/_config.yml @@ -9,10 +9,9 @@ plugins: permalink: pretty baseurl: "/" url: "https://andrewconl.in" -title: Andrew Conlin's blog author: Andrew Conlin -version: v25.9.U0517 +version: v25.8.P0517 defaults: # blog diff --git a/_includes/header.html b/_includes/header.html index fac0858..b9eb77b 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,7 +4,7 @@ til projects meta - feed + feed [archive]

diff --git a/_includes/postFooter.html b/_includes/postFooter.html index 475aba0..865f429 100644 --- a/_includes/postFooter.html +++ b/_includes/postFooter.html @@ -2,5 +2,4 @@
Issues or comments? Email me! {% include openring.html %} -Buy Me a Coffee at ko-fi.com
diff --git a/assets/css/default.css b/assets/css/default.css index aaadddf..6f4940a 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -108,7 +108,7 @@ a:hover { border-bottom: 2px solid #FABD2F; border-radius: 1px; - img.feed { + img { filter: brightness(0) saturate(100%); } }