Files
assets
content
data
i18n
layouts
_default
abiturienten.html
baseof.html
begabte.html
cantorfora.html
cantorpreis.html
forms.html
ganztagsangebote.html
list.html
page.html
post.html
schulchronik.html
single.html
wettbewerbe.html
abiturienten
about
anmeldeformular
anmeldung
author
begabte
cantorfora
cantorpreis
forms
ganztagsangebote
kontakt
pages
partials
schulchronik
shortcodes
termine
wettbewerbe
404.html
index.html
static
.drone.dev.yml
.drone.yml
.gitignore
.mailmap
LICENSE
config.yml
7 lines
263 B
HTML
7 lines
263 B
HTML
<div class="card border-primary rounded-0 hover-shadow">
|
|
<div class="card-body">
|
|
<h4 class="card-title"><a href="{{ .Permalink }}">{{ .Title }}</a></h4>
|
|
<a href="{{ .Permalink }}" class="btn btn-primary btn-sm">{{ i18n "show_more"}}</a>
|
|
</div>
|
|
</div>
|