diff options
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 }} |