From 7cdc5ff8a69c50771daab2dd90da1923711fd18e Mon Sep 17 00:00:00 2001 From: onomanapeia Date: Fri, 15 Nov 2024 17:41:55 -0600 Subject: [PATCH] update update --- _posts/updates/2024-11-15-title.md | 2 +- atom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/_posts/updates/2024-11-15-title.md b/_posts/updates/2024-11-15-title.md index f37c382..a7a612d 100644 --- a/_posts/updates/2024-11-15-title.md +++ b/_posts/updates/2024-11-15-title.md @@ -2,4 +2,4 @@ title: "site update" date: 2024-11-15 --- -updated the top part of the [now]({% link _pages/now.md %}) page, added a [guestbook](https://mana.atabook.org/) and fixed some spelling errors. removed [jekyll-last-modified-at](https://github.com/gjtorikian/jekyll-last-modified-at) from list of plugins on the [about site]({% link _pages/about.md %}) section and the gemfile for building the site (bc I stopped using it). \ No newline at end of file +updated the top part of the [now]({% link _pages/now.md %}) page, added a [guestbook](https://mana.atabook.org/) and fixed some spelling errors. removed [jekyll-last-modified-at](https://github.com/gjtorikian/jekyll-last-modified-at) from list of plugins on the [about site]({% link _pages/about.md %}) section and the gemfile for building the site (bc I stopped using it). also engaged in some further rss sorcery that should have my feed rendering correctly now ![WAHHH](/img/emoji/cri.gif) \ No newline at end of file diff --git a/atom.xml b/atom.xml index f310d06..f3b82d1 100644 --- a/atom.xml +++ b/atom.xml @@ -19,7 +19,6 @@ layout: none {% unless post.draft %} {{ post.title | xml_escape }} - {{ post.collection }} {{ post.content | xml_escape }} {{ post.date | date_to_xmlschema }} {{ post.url | prepend: site.url }}