From 879c7506971d5866d5195fcf6c58b759fd0eaa7a Mon Sep 17 00:00:00 2001 From: Starfall Date: Thu, 31 Oct 2024 14:38:44 -0500 Subject: refactor CSS --- _includes/blogpost.njk | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '_includes/blogpost.njk') diff --git a/_includes/blogpost.njk b/_includes/blogpost.njk index 5797199..3463250 100644 --- a/_includes/blogpost.njk +++ b/_includes/blogpost.njk @@ -8,7 +8,7 @@ title = "Starfall" - + {{ extraHeadContent | safe }} @@ -30,15 +30,12 @@ title = "Starfall"
-{% if author %}{{ author }} {% endif -%} -{% if date %}{{ date | local_date }}{% endif -%} +{% if author %}Author: {{ author }}
{% endif -%} +{% if date %}Posted: {{ date | local_date }}
{% endif -%} {{ content | safe }}
-- cgit