From 0e6673a55a5543119c53f50a462ef2caf3352f5f Mon Sep 17 00:00:00 2001 From: Ava Gaiety W Date: Mon, 2 Oct 2023 11:37:56 -0700 Subject: [PATCH] fix rss til --- .obsidian/workspace.json | 2 +- _includes/baselayout.njk | 1 - content/tils/{feed.njk => til.njk} | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) rename content/tils/{feed.njk => til.njk} (87%) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index ec18516..e715b93 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -134,6 +134,7 @@ }, "active": "7212df225ebf759a", "lastOpenFiles": [ + "content/tils/til.njk", "_site/til.xml", "_site/tils/always_generated_ecto_boolean/index.html", "_site/tils/pdf_obsidian_at_page/index.html", @@ -149,7 +150,6 @@ "_site/tils/asdf_direnv", "_site/tils/Untitled/index.html", "_site/tils/Untitled", - "styles/prism-dracula.css", "node_modules/@11ty/eleventy-plugin-syntaxhighlight/README.md", "node_modules/@11ty/eleventy-plugin-syntaxhighlight/test/issue-80/index.md", "node_modules/@11ty/eleventy-plugin-syntaxhighlight/demo/test-markdown.md", diff --git a/_includes/baselayout.njk b/_includes/baselayout.njk index 8016241..5f88efc 100644 --- a/_includes/baselayout.njk +++ b/_includes/baselayout.njk @@ -11,7 +11,6 @@ img="https://gaiety.life" + coverImage, img_alt="", twitter_card_type="summary_large_image", - twitter_handle="FaetaleTTRPG", name="Ava Gaiety W.", generator="eleventy", comments=false diff --git a/content/tils/feed.njk b/content/tils/til.njk similarity index 87% rename from content/tils/feed.njk rename to content/tils/til.njk index 1b48ffa..be0ebbe 100644 --- a/content/tils/feed.njk +++ b/content/tils/til.njk @@ -4,7 +4,7 @@ "eleventyExcludeFromCollections": true, "metadata": { "title": "Gaiety's Life TIL", - "subtitle": "Programming, art, design, and other queer things.", + "subtitle": "Learning in Public, nerdy things by a kobl", "url": "https://gaiety.life/til", "feedUrl": "https://gaiety.life/til.xml", "author": { @@ -20,7 +20,7 @@ {{ metadata.subtitle }} - {{ collections.all | getNewestCollectionItemDate | dateToRfc3339 }} + {{ collections.tils | getNewestCollectionItemDate | dateToRfc3339 }} {{ metadata.url }} {{ metadata.author.name }}