From 6f14ec7dab2453273d2ad06a337a67da80567381 Mon Sep 17 00:00:00 2001
From: etherware-novice <73374039+etherware-novice@users.noreply.github.com>
Date: Thu, 5 Dec 2024 21:30:23 -0600
Subject: [PATCH] finally adds barebones layout to make oneshot sites easier to
code
---
_layouts/barebones.html | 28 ++++++++++
_layouts/default.html | 117 ++++++++++++++++------------------------
2 files changed, 74 insertions(+), 71 deletions(-)
create mode 100644 _layouts/barebones.html
diff --git a/_layouts/barebones.html b/_layouts/barebones.html
new file mode 100644
index 0000000..42699a2
--- /dev/null
+++ b/_layouts/barebones.html
@@ -0,0 +1,28 @@
+---
+---
+
+
+
+
+ {{ page.title }}
+
+
+
+
+ {% if page.image %}
+
+ {% endif %}
+
+
+
+
+
+ {% unless jekyll.environment == "local" %}
+
+
+ {% endunless %}
+
+ {{ content }}
+
+
diff --git a/_layouts/default.html b/_layouts/default.html
index bb349e7..7d18d8d 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,79 +1,54 @@
---
navbar: topnav
+layout: barebones
---
-
-
-
-
- {{ page.title }}
-
-
-
+
- {% if page.image %}
-
+
+{% if page.neko == "true" %}
+
+{% endif %}
+
+
+
+
+
+
+{% include mplayer.html %}
+
+
+ {% if layout.navbar != "" %}
+ {% include {{layout.navbar}}.html %}
{% endif %}
-
-
-
-
-

-
-
- {% if page.neko == "true" %}
-
- {% endif %}
-
-
-
-
-
-
- {% include mplayer.html %}
-
-
- {% if layout.navbar != "" %}
- {% include {{layout.navbar}}.html %}
- {% endif %}
-
-
-
{{ content }}
-
- time:
-
-
- {% include statuscafe.html %}
-

-
-
-
-

-
-
-
-
-
-
-
+
+ {{ content }}
+
+ time:
+
+
+ {% include statuscafe.html %}
+

+
+
+
+
+
- {% unless jekyll.environment == "local" %}
-
-
- {% endunless %}
+
+
-
-
-
+
+