From 711a4f0d7d7be133882b2aa9e08598cd40755098 Mon Sep 17 00:00:00 2001 From: Joanna Delaporte Date: Thu, 18 Jan 2024 01:19:32 -0600 Subject: [PATCH] Create default.html --- _layouts/default.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..9dbd65c --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,37 @@ + + + {%- include head.html -%} + +
+
+ {{ content }} + {% if site.theme_config.appearance_toggle %} + {% include toggle_theme_button.html %} + {% endif %} +
+ {%- if site.theme_config.show_copyright == true -%} + © {{ "now" | date: "%Y" }} {{site.author}} +   + • +   + {%- endif -%} + {%- if site.soopr -%} + Powered by Soopr +   + • +   + {%- endif -%} + Theme  Moonwalk +
+
+
+ + {%- if site.soopr -%} + {%- if site.soopr.publish_token and jekyll.environment == "production" -%} + + {%- else -%} + + {%- endif -%} + {%- endif -%} + +