update update

This commit is contained in:
onomanapeia 2024-11-15 17:41:55 -06:00
parent f8cf349d25
commit 7cdc5ff8a6
2 changed files with 1 additions and 2 deletions

View file

@ -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).
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)

View file

@ -19,7 +19,6 @@ layout: none
{% unless post.draft %}
<item>
<title>{{ post.title | xml_escape }}</title>
<category>{{ post.collection }}</category>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date_to_xmlschema }}</pubDate>
<link>{{ post.url | prepend: site.url }}</link>