From 5cc740bc4f46d7454e3bd87937bce14699e6793f Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 24 May 2023 21:15:35 -0500 Subject: adjust blogposts a bit --- _includes/blogpost.njk | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 _includes/blogpost.njk (limited to '_includes/blogpost.njk') diff --git a/_includes/blogpost.njk b/_includes/blogpost.njk new file mode 100644 index 0000000..dce49b7 --- /dev/null +++ b/_includes/blogpost.njk @@ -0,0 +1,43 @@ +--- +title = "Starfall" +--- + + + + {{ title }} + + + + + {{ extraHeadContent | safe }} + + + + + +
+

{{ title }}

+ +
+ +
+{% if author %}{{ author }} {% endif -%} +{% if date %}{{ date | local_date }}{% endif -%} +{{ content | safe }} +
+ + + + -- cgit