From 6ce0bb9a8f9fd7d169cbb414a9537d68c5290aae Mon Sep 17 00:00:00 2001
From: Prefetch
Date: Fri, 14 Oct 2022 23:25:28 +0200
Subject: Initial commit after migration from Hugo
---
source/_includes/preamble.html | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 source/_includes/preamble.html
(limited to 'source/_includes/preamble.html')
diff --git a/source/_includes/preamble.html b/source/_includes/preamble.html
new file mode 100644
index 0000000..312f1cf
--- /dev/null
+++ b/source/_includes/preamble.html
@@ -0,0 +1,9 @@
+
+{% if page.layout == "blog" or page.syntax %}
+
+{% endif %}
+{% if page.layout == "concept" or page.maths %}
+
+{% endif %}
+
+
--
cgit v1.2.3