From bb6a1e8c349075f40ac96be25509951ad5dce715 Mon Sep 17 00:00:00 2001
From: SlRvb <54087190+SlRvb@users.noreply.github.com>
Date: Fri, 13 Aug 2021 03:46:23 +0000
Subject: [PATCH] Add SlRvb Site to Showcase
---
layouts/index.html | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/layouts/index.html b/layouts/index.html
index a68d61f..83f6fb8 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -5,11 +5,18 @@
{{define "main"}}
<!-- Main Page -->
<div class="singlePage">
+ {{partial "darkmode.html" .}}
{{.Content}}
<!-- Contact Info -->
- <div class="lt-centre">
+ <div>
{{partial "footer.html" .}}
</div>
</div>
+
+{{- with resources.Get "darkmode.js" | minify -}}
+<script>
+ {{.Content | safeJS }}
+</script>
+{{- end -}}
{{end}}
\ No newline at end of file
--
Gitblit v1.10.0