From fcbb4790e92302696175cfa89608cbb985383d15 Mon Sep 17 00:00:00 2001 From: hazel Date: Fri, 6 Mar 2026 17:56:45 +0100 Subject: history reset for anonymity Signed-off-by: hazel --- _includes/layouts/base.njk | 50 +++++++++++++++++++++++++++++++++++++++++++ _includes/layouts/writing.njk | 5 +++++ 2 files changed, 55 insertions(+) create mode 100644 _includes/layouts/base.njk create mode 100644 _includes/layouts/writing.njk (limited to '_includes/layouts') diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk new file mode 100644 index 0000000..71daf87 --- /dev/null +++ b/_includes/layouts/base.njk @@ -0,0 +1,50 @@ + + + + + + {{ title }} {{ '|' if title }} hazel, that's me. + + + + + +
+

hazel, that's me.

+ +
+
+

{{ title }}

+ {{ content | safe }} +
+
+
+ {% for badge in badges %} + + + {% endfor %} + {% include "noai.html" %} +
+
+ made with <3 by hazel. +
+
+ commit {{ buildInfo.hash }} @ + g.hzlt.me +
+
+ + diff --git a/_includes/layouts/writing.njk b/_includes/layouts/writing.njk new file mode 100644 index 0000000..c1604b8 --- /dev/null +++ b/_includes/layouts/writing.njk @@ -0,0 +1,5 @@ +--- +layout: layouts/base +--- + +
{{ content | safe }}
-- cgit v1.2.3