Compare commits

...

2 Commits

Author SHA1 Message Date
de0e840578 Fix another XML issue 2025-01-24 14:27:03 -06:00
35367c5b6f Update changelog 2025-01-24 14:26:47 -06:00
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ title: Nathan Upchurch | Changelog
structuredData: none
---
# Changelog
* 2025-1-24
* Add buttons / update [/now/](/now/).
* 2025-1-23 - Simplify, simplify, simplify
* Styling updates to text, figures, and post lists
* Removed Mastodon comment embedding in favor of a simple button.

View File

@ -33,7 +33,7 @@ permalink: "/feeds/{{ tag | slugify }}.xml"
{% if post.data.imageURL %}{% set imageURL %}{{ post.data.imageURL | htmlBaseUrl(metadata.url) }}{% endset %}{% endif %}
{% set defaultImageURL %}{{ metadata.defaultPostImageURL | htmlBaseUrl(metadata.url) }}{% endset %}
<entry>
<title>{{ post.data.title | safe }}</title>
<title>{{ post.data.title }}</title>
<description>{{ post.data.description | truncate(150) }}</description>
<link href="{{ absolutePostUrl }}"/>
<updated>{{ post.date | dateToRfc3339 }}</updated>