From ab4459ea2446ced5b93e84aa779f29d80708f374 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 14 Sep 2024 15:44:33 -0600 Subject: 11ty --- _includes/default.html | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 _includes/default.html (limited to '_includes') diff --git a/_includes/default.html b/_includes/default.html new file mode 100644 index 0000000..710635f --- /dev/null +++ b/_includes/default.html @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + {% if page.url == "/" %} + + {{ title }} + {% else %} + + + {{ title }} | boringcactus + {% endif %} + + + + + + + +
+ {% if page.url != "/" %} +

(brought to you by boringcactus)

+ {% endif %} +
+
+

{{ title }}{% if showDate %} ({{ page.date | date: "%d %b %Y", 'Etc/UTC' }}){% endif %}

+ {{ content }} +
+ + + -- cgit v1.2.3