Compare commits
2 Commits
8a78ee2b9f
...
de0e840578
Author | SHA1 | Date | |
---|---|---|---|
de0e840578 | |||
35367c5b6f |
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user