Styling updates; Add author image to posts
mastodon comments inside cards, added fleuron to indicate end of article
This commit is contained in:
@ -4,13 +4,13 @@ eleventyNavigation:
|
||||
key: Now
|
||||
order: 4
|
||||
---
|
||||
<article>
|
||||
<article class="post">
|
||||
<h1>Now: What’s Been Going on Lately?</h1>
|
||||
{% set now = collections.now | last %}
|
||||
<h2>{{ now.data.title }}</h2>
|
||||
{{ now.content | safe }}
|
||||
<p class="metadata">Updated: {{ now.date | readableDate }} | <a href="https://nownownow.com/about">What is a now page?</a></p>
|
||||
</article>
|
||||
<p class="metadata">Updated: {{ now.date | readableDate }} | <a href="https://nownownow.com/about">What is a now page?</a></p>
|
||||
|
||||
{% set postsCount = collections.now | removeMostRecent | length %}
|
||||
{% if postsCount > 1 %}
|
||||
|
Reference in New Issue
Block a user