Autoren-Status/einfache bzw. erweiterte Autoren (schließt #217)

This commit is contained in:
2023-04-05 16:15:00 +02:00
parent 7106e86b0e
commit f03ed0bac6
20 changed files with 68 additions and 29 deletions

View File

@ -21,7 +21,9 @@
<div class="card-body text-end">
<h5 class="card-title text-start">{{ .Title }}</h5>
<p class="card-text text-truncate text-start">{{ .Summary }}</p>
{{ if not .Params.simplified }}
<a href="{{ .Permalink }}" class="btn btn-primary">{{ i18n "read_more"}}</a>
{{ end }}
</div>
</div>
</div>