From ec27a8e0d3d22e007be6196fe45833be38a32744 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Wed, 4 Jun 2025 20:54:41 -0700 Subject: [PATCH] move last modified into metadata section --- _includes/layouts/base.njk | 3 --- _includes/layouts/post.njk | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 812ac87..dd3d177 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -83,9 +83,6 @@ {%- endfor %} -

- Last Modified: -

© {% currentYear %} {{ metadata.author.name }}.
All views my own. Not financial advice. Links, citations, and other references are not endorsements. Content is licensed under CC BY 4.0. diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index c7a1f00..bcb5038 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -14,6 +14,9 @@ layout: layouts/base.njk

Metadata