diff --git a/_config.yml b/_config.yml index 317b6d6..512fcbb 100644 --- a/_config.yml +++ b/_config.yml @@ -9,6 +9,7 @@ plugins: permalink: pretty baseurl: "/" url: "https://andrewconl.in" +title: Andrew Conlin's blog author: Andrew Conlin version: v25.8.P0517 diff --git a/_includes/header.html b/_includes/header.html index b9eb77b..fac0858 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 865f429..475aba0 100644 --- a/_includes/postFooter.html +++ b/_includes/postFooter.html @@ -2,4 +2,5 @@
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 6f4940a..aaadddf 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 { + img.feed { filter: brightness(0) saturate(100%); } }