Finish RSS feed

- Redirect hyphenated tags to spaced if they exist
- Tweak personal index template
This commit is contained in:
2022-05-13 22:55:25 -04:00
parent e2f94edb9e
commit 13e9919f58
2 changed files with 43 additions and 21 deletions

View File

@@ -17,10 +17,10 @@
<i class="fa fa-calendar"></i> {{ post.published_on | date: "dddd, MMMM d, yyyy" }}
</span>
<span title="Published At">
<i class="fa fa-clock-o" title="Time"></i> {{ post.published_on | date: "h:mm tt" | downcase }}
<i class="fa fa-clock-o"></i> {{ post.published_on | date: "h:mm tt" | downcase }}
</span>
<span title="Author">
<i class="fa fa-user" title="Author"></i> {{ model.authors | value: post.author_id }}
<i class="fa fa-user"></i> {{ model.authors | value: post.author_id }}
</span>
{% if logged_on %}
<span>