diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-29 00:14:30 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-29 00:14:30 -0400 |
commit | 81200fa6a598557f36593c950d7a63c52aa0b22f (patch) | |
tree | 7d51cadde76655cd4a928adf3d4a536b97c3124b /layouts/index.html | |
parent | b179606dac7cf36c490512146ad8ce898f7800b2 (diff) |
tweak styles
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 9 |
1 files changed, 1 insertions, 8 deletions
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 @@ | |||
3 | <article> | 3 | <article> |
4 | {{- .Content -}} | 4 | {{- .Content -}} |
5 | </article> | 5 | </article> |
6 | {{ with .Site.GetPage "post" }} | ||
7 | {{ range .Pages }} | ||
8 | <article> | ||
9 | <p>{{ .Render "summary" }}</p> | ||
10 | </article> | ||
11 | {{ end }} | ||
12 | {{ end }} | ||
13 | </div> | 6 | </div> |
14 | {{ end }} \ No newline at end of file | 7 | {{ end }} |