gcg-website/layouts/_default/card-noimg.html
Denys Konovalov 1a7a49a22e
All checks were successful
continuous-integration/drone/push Build is passing
Projektwoche (#213)
Reviewed-on: #213
2023-03-05 19:14:57 +01:00

7 lines
292 B
HTML

<div class="card border-primary rounded-0 hover-shadow mb-5">
<div class="card-body">
<h4 class="card-title"><a href="{{ .Permalink }}">{{ .Title | truncate 20 }}</a></h4>
<a href="{{ .Permalink }}" class="btn btn-primary btn-sm">{{ i18n "show_more"}}</a>
</div>
</div>