aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-10-12 08:08:37 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-10-12 08:08:37 -0400
commit6e6412e4a693ddc2da5e4611363fb882ad6497be (patch)
tree8c151abcd68613d477773cc6552eeaa22a70e8ea /layouts/index.html
parentd0e7f43601e90229b95191a1cdc85039e233b622 (diff)
Switch to light theme. remove articles.
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 2f86fca..7d9bf2a 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,7 +1,3 @@
1{{ define "main" }} 1{{ define "main" }}
2<div>
3 <article>
4 {{- .Content -}} 2 {{- .Content -}}
5 </article>
6</div>
7{{ end }} 3{{ end }}