Files
nathanupchurch.com/content/status/index.njk

43 lines
977 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
eleventyExcludeFromCollections: true
layout: layouts/base.njk
title: "Nathan Upchurch | Status: What I'm thinking at the moment."
structuredData: none
permalink: "/status/index.html"
---
{% set status = collections.status | last %}
<h1>Nathans status:</h1>
<article class="post microblog-post">
<div class="microblog-status card">
<span class="microblog-emoji">{{ status.data.emoji }}</span>
<div class="microblog-status-copy">
<p>
<span class="status-metadata">
{% if metadata.author.url %}
<a href="{{ metadata.author.url }}">
{% endif %}
{% if metadata.author.name %}
{{ metadata.author.name }}
{% endif %}
{% if metadata.author.url %}
</a><br />
{% endif %}
</span>
{{ status.data.comment }}<br />
<span class="status-metadata">
{{ status.date | niceDate }}
</span>
</p>
</div>
</div>
</article>
<a href="/prior-thoughts/">
<button type="button">Previous Entries »</button>
</a>