Refector css and add TOC
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
tags: ["now"],
|
||||
tags: ["now", "metadata", "profilePic", "tags"],
|
||||
layout: "layouts/post.njk",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user