diff options
-rw-r--r-- | themes/stingray/layouts/_default/list.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/stingray/layouts/_default/list.html b/themes/stingray/layouts/_default/list.html index 2a2cd11..e24c7bc 100644 --- a/themes/stingray/layouts/_default/list.html +++ b/themes/stingray/layouts/_default/list.html @@ -4,9 +4,7 @@ <p> <h3><a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a></h3> {{ partial "metadata.html" . }} - <a class="summary" href="{{ .RelPermalink }}"> - <p>{{ .Summary }}</p> - </a> + <p>{{ .Summary }}</p> </p> {{ end }} {{ end }}
\ No newline at end of file |