New style initial

This commit is contained in:
2026-06-28 20:18:03 -05:00
parent 9938f0f8ff
commit 677bf18e5b
45 changed files with 1454 additions and 667 deletions

View File

@@ -7,7 +7,7 @@ permalink: "/status/index.html"
---
{% set status = collections.status | last %}
<h1>Nathans 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>