Major styling update
This commit is contained in:
@ -10,12 +10,13 @@ numberOfLatestPostsToShow: 4
|
||||
{% set postslist = collections.now | head(-1 * numberOfLatestPostsToShow) %}
|
||||
{% set postslistCounter = postsCount %}
|
||||
{% set morePosts = postsCount - numberOfLatestPostsToShow %}
|
||||
|
||||
<h1>Now: What's Been Going on Lately?</h1>
|
||||
<article>
|
||||
<h1>Now: What’s Been Going on Lately?</h1>
|
||||
{% set now = collections.now | last %}
|
||||
<h2>{{ now.data.title }}</h2>
|
||||
{{ now.content | safe }}
|
||||
<p><br>Updated: {{ now.date | readableDate }} | <a href="https://nownownow.com/about">What is a now page?</a></p>
|
||||
<p class="metadata">Updated: {{ now.date | readableDate }} | <a href="https://nownownow.com/about">What is a now page?</a></p>
|
||||
</article>
|
||||
|
||||
{% if postsCount > 1 %}
|
||||
<h2>Previous Entries:</h2>
|
||||
|
Reference in New Issue
Block a user