Implement now burning
This commit is contained in:
23
content/now-burning.njk
Normal file
23
content/now-burning.njk
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
layout: layouts/base.njk
|
||||
title: "Nathan Upchurch | Now Burning: What incense I'm burning at the moment."
|
||||
structuredData: none
|
||||
postlistHeaderText: "What I've been burning:"
|
||||
---
|
||||
{% set burning = collections.nowBurning | last %}
|
||||
|
||||
<h1>Now Burning:</h1>
|
||||
<article class="post microblog-post">
|
||||
<img class="microblog-icon" src="/img/censer.svg">
|
||||
<div class="microblog-status">
|
||||
<h2 class="">{{ burning.data.title }}, {{ burning.data.manufacturer }}<br>{{ burning.date | niceDate }}, {{ burning.data.time }}</h2>
|
||||
{% if burning.content %}
|
||||
<div class="microblog-comment">
|
||||
{{ burning.content | safe }}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</article>
|
||||
<a href="/once-burned/">
|
||||
<button type="button">Previous Entries »</button>
|
||||
</a>
|
Reference in New Issue
Block a user