fix rss til
This commit is contained in:
parent
ea11bde5e4
commit
0e6673a55a
3 changed files with 3 additions and 4 deletions
2
.obsidian/workspace.json
vendored
2
.obsidian/workspace.json
vendored
|
@ -134,6 +134,7 @@
|
||||||
},
|
},
|
||||||
"active": "7212df225ebf759a",
|
"active": "7212df225ebf759a",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"content/tils/til.njk",
|
||||||
"_site/til.xml",
|
"_site/til.xml",
|
||||||
"_site/tils/always_generated_ecto_boolean/index.html",
|
"_site/tils/always_generated_ecto_boolean/index.html",
|
||||||
"_site/tils/pdf_obsidian_at_page/index.html",
|
"_site/tils/pdf_obsidian_at_page/index.html",
|
||||||
|
@ -149,7 +150,6 @@
|
||||||
"_site/tils/asdf_direnv",
|
"_site/tils/asdf_direnv",
|
||||||
"_site/tils/Untitled/index.html",
|
"_site/tils/Untitled/index.html",
|
||||||
"_site/tils/Untitled",
|
"_site/tils/Untitled",
|
||||||
"styles/prism-dracula.css",
|
|
||||||
"node_modules/@11ty/eleventy-plugin-syntaxhighlight/README.md",
|
"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/test/issue-80/index.md",
|
||||||
"node_modules/@11ty/eleventy-plugin-syntaxhighlight/demo/test-markdown.md",
|
"node_modules/@11ty/eleventy-plugin-syntaxhighlight/demo/test-markdown.md",
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
img="https://gaiety.life" + coverImage,
|
img="https://gaiety.life" + coverImage,
|
||||||
img_alt="",
|
img_alt="",
|
||||||
twitter_card_type="summary_large_image",
|
twitter_card_type="summary_large_image",
|
||||||
twitter_handle="FaetaleTTRPG",
|
|
||||||
name="Ava Gaiety W.",
|
name="Ava Gaiety W.",
|
||||||
generator="eleventy",
|
generator="eleventy",
|
||||||
comments=false
|
comments=false
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"eleventyExcludeFromCollections": true,
|
"eleventyExcludeFromCollections": true,
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"title": "Gaiety's Life TIL",
|
"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",
|
"url": "https://gaiety.life/til",
|
||||||
"feedUrl": "https://gaiety.life/til.xml",
|
"feedUrl": "https://gaiety.life/til.xml",
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<subtitle>{{ metadata.subtitle }}</subtitle>
|
<subtitle>{{ metadata.subtitle }}</subtitle>
|
||||||
<link href="{{ metadata.feedUrl }}" rel="self"/>
|
<link href="{{ metadata.feedUrl }}" rel="self"/>
|
||||||
<link href="{{ metadata.url }}"/>
|
<link href="{{ metadata.url }}"/>
|
||||||
<updated>{{ collections.all | getNewestCollectionItemDate | dateToRfc3339 }}</updated>
|
<updated>{{ collections.tils | getNewestCollectionItemDate | dateToRfc3339 }}</updated>
|
||||||
<id>{{ metadata.url }}</id>
|
<id>{{ metadata.url }}</id>
|
||||||
<author>
|
<author>
|
||||||
<name>{{ metadata.author.name }}</name>
|
<name>{{ metadata.author.name }}</name>
|
Loading…
Add table
Reference in a new issue