Refector css and add TOC

This commit is contained in:
2026-04-17 21:16:51 -05:00
parent 961d4ba3c3
commit 4f0df71c13
39 changed files with 251 additions and 910 deletions

View File

@@ -3,9 +3,13 @@ eleventyExcludeFromCollections: true
layout: layouts/base.njk
title: Nathan Upchurch | Now
structuredData: none
tags:
- metadata
- postList
- tagList
---
<article class="post" data-pagefind-body>
<h1>Now: Life updates.</h1>
<h1>Now: Life updates</h1>
{% set now = collections.now | last %}
<h2>{{ now.data.title }} • {{ now.date | niceDate }}</h2>
{{ now.content | safe }}