diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-12 08:08:37 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-12 08:08:37 -0400 |
commit | 6e6412e4a693ddc2da5e4611363fb882ad6497be (patch) | |
tree | 8c151abcd68613d477773cc6552eeaa22a70e8ea /layouts/index.html | |
parent | d0e7f43601e90229b95191a1cdc85039e233b622 (diff) |
Switch to light theme. remove articles.
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 4 |
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 }} |