Home: Add "read more" link to announcement summary

Adding an ellipsis doesn't really work for both cases.
This commit is contained in:
jtbx 2023-11-04 21:54:29 +01:00
parent 0f533e21e5
commit 765d271531

View file

@ -18,6 +18,9 @@
{{- else }}
<p>{{ .Summary | safeHTML }}</p>
{{- end }}
{{- if .Truncated }}
<p class="ellipsis"><a href="{{ .RelPermalink }}">mehr lesen</a></p>
{{- end }}
</div>
{{- end }}
</div>