Compare commits
No commits in common. "de0e840578b38c54d13363a3cd7aadcfbd794473" and "8a78ee2b9f7a70c6af2b9f4f11b64007d1481624" have entirely different histories.
de0e840578
...
8a78ee2b9f
@ -4,8 +4,6 @@ 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.
|
||||
|
@ -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 }}</title>
|
||||
<title>{{ post.data.title | safe }}</title>
|
||||
<description>{{ post.data.description | truncate(150) }}</description>
|
||||
<link href="{{ absolutePostUrl }}"/>
|
||||
<updated>{{ post.date | dateToRfc3339 }}</updated>
|
||||
|
Loading…
x
Reference in New Issue
Block a user