From 59b4fc0d0e761238f51f27658d116b90c0abb528 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Sat, 13 May 2023 23:14:24 -0400 Subject: tweak index page --- layouts/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index 51f6625..16138b4 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,8 +1,13 @@ {{ define "main" }}
+
+ {{- .Content -}} +
{{ with .Site.GetPage "post" }} {{ range .Pages }} -

{{ .Title }}

+
+

{{ .Render "summary" }}

+
{{ end }} {{ end }}
-- cgit v1.1 From 81200fa6a598557f36593c950d7a63c52aa0b22f Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Fri, 29 Sep 2023 00:14:30 -0400 Subject: tweak styles --- layouts/index.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index 16138b4..2f86fca 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,12 +3,5 @@
{{- .Content -}}
- {{ with .Site.GetPage "post" }} - {{ range .Pages }} -
-

{{ .Render "summary" }}

-
- {{ end }} - {{ end }} -{{ end }} \ No newline at end of file +{{ end }} -- cgit v1.1 From 6e6412e4a693ddc2da5e4611363fb882ad6497be Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Thu, 12 Oct 2023 08:08:37 -0400 Subject: Switch to light theme. remove articles. --- layouts/index.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'layouts/index.html') 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 @@ {{ define "main" }} -
-
{{- .Content -}} -
-
{{ end }} -- cgit v1.1