Home: Add ellipsis to announcement summary #37

Merged
c6ristian merged 1 commit from feature/announcement-ellipsis into main 2024-03-06 19:35:02 +01:00
Showing only changes of commit 765d271531 - Show all commits

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>