diff options
author | RayHammer <mail@rayhammer.dev> | 2023-06-06 11:19:32 +0200 |
---|---|---|
committer | RayHammer <mail@rayhammer.dev> | 2023-06-06 11:19:32 +0200 |
commit | 94ee628572f8e501d9a64dc0348db5a36eb31741 (patch) | |
tree | 8e18db5e0ea931241e550533722b60575b6b76ab /themes | |
parent | 411e9c561bdad5a129f6d12f041ae9d9130bc00e (diff) |
Updated post list display
Diffstat (limited to 'themes')
-rw-r--r-- | themes/stingray/layouts/_default/list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/stingray/layouts/_default/list.html b/themes/stingray/layouts/_default/list.html index 8b08e4a..54512e1 100644 --- a/themes/stingray/layouts/_default/list.html +++ b/themes/stingray/layouts/_default/list.html @@ -7,7 +7,7 @@ <p> <h3><a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a></h3> {{ partial "metadata.html" . }} - <p>{{ .Summary }}</p> + <p>{{ .Description }}</p> </p> {{ end }} -{{ end }}
\ No newline at end of file +{{ end }} |