diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-09 21:08:24 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-09 21:08:24 -0400 |
commit | d0e7f43601e90229b95191a1cdc85039e233b622 (patch) | |
tree | 873074bb67ef58311067209434243b421d7f675e /layouts/_default/list.html | |
parent | 4e30ae95eaf52a7f427bdf020d118f40e00ab291 (diff) |
add icons, refine styles, update layouts
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r-- | layouts/_default/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 38ef025..c265f91 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html | |||
@@ -1,5 +1,5 @@ | |||
1 | {{ define "main" }} | 1 | {{ define "main" }} |
2 | <article style="width:70ch;"> | 2 | <article> |
3 | <h1>{{ .Title }}</h1> | 3 | <h1>{{ .Title }}</h1> |
4 | {{ if .Content }} | 4 | {{ if .Content }} |
5 | <p>{{ .Content }}</p> | 5 | <p>{{ .Content }}</p> |