New style initial
This commit is contained in:
@@ -7,7 +7,7 @@ permalink: "/status/index.html"
|
||||
---
|
||||
{% set status = collections.status | last %}
|
||||
|
||||
<h1>Nathan’s status:</h1>
|
||||
<h1>Current status:</h1>
|
||||
<article class="post microblog-post" data-pagefind-body>
|
||||
<div class="microblog-status card">
|
||||
<span class="microblog-emoji">{{ status.data.emoji }}</span>
|
||||
@@ -24,20 +24,17 @@ permalink: "/status/index.html"
|
||||
{% endif %}
|
||||
|
||||
{% if metadata.author.url %}
|
||||
</a><br />
|
||||
</a>
|
||||
{% endif %}
|
||||
• {{ status.date | niceDate }}<br />
|
||||
</span>
|
||||
{% if status.data.comment %}
|
||||
{{ status.data.comment | markdownify | safe }}<br />
|
||||
{% endif %}
|
||||
|
||||
<span class="status-metadata">
|
||||
{{ status.date | niceDate }}
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<a href="/prior-thoughts/">
|
||||
<button type="button">Previous Entries »</button>
|
||||
<button type="button">Previous Entries</button>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user