update update
This commit is contained in:
parent
f8cf349d25
commit
7cdc5ff8a6
2 changed files with 1 additions and 2 deletions
|
@ -2,4 +2,4 @@
|
||||||
title: "site update"
|
title: "site update"
|
||||||
date: 2024-11-15
|
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)
|
1
atom.xml
1
atom.xml
|
@ -19,7 +19,6 @@ layout: none
|
||||||
{% unless post.draft %}
|
{% unless post.draft %}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ post.title | xml_escape }}</title>
|
<title>{{ post.title | xml_escape }}</title>
|
||||||
<category>{{ post.collection }}</category>
|
|
||||||
<description>{{ post.content | xml_escape }}</description>
|
<description>{{ post.content | xml_escape }}</description>
|
||||||
<pubDate>{{ post.date | date_to_xmlschema }}</pubDate>
|
<pubDate>{{ post.date | date_to_xmlschema }}</pubDate>
|
||||||
<link>{{ post.url | prepend: site.url }}</link>
|
<link>{{ post.url | prepend: site.url }}</link>
|
||||||
|
|
Loading…
Add table
Reference in a new issue