From 20f8f8779c5ba0902f6332760d4c59a00300bd5f Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Wed, 23 Jul 2025 22:32:49 -0600 Subject: Initial commit --- _layouts/default.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _layouts/default.html (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..6f9cb0c --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,15 @@ + + + {% include header.liquid %} + + +
+
+ {% include top_bar.liquid %} +
+ {{ content }} +
+
+
+ + -- cgit v1.2.3