UI updates
This commit is contained in:
@ -4,12 +4,12 @@ title: Nathan Upchurch | Now
|
||||
structuredData: none
|
||||
---
|
||||
<article class="post">
|
||||
<h1>Now: What’s Been Going on Lately?</h1>
|
||||
<h1>Now: Life updates.</h1>
|
||||
{% set now = collections.now | last %}
|
||||
<h2>{{ now.data.title }}</h2>
|
||||
{{ now.content | safe }}
|
||||
</article>
|
||||
<p class="metadata">Updated: {{ now.date | readableDate }} | <a href="https://nownownow.com/about">What is a now page?</a></p>
|
||||
<p class="metadata">Updated on the {{ now.date | niceDate }} by {{ metadata.author.name }} | <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