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
LICENSE
config.yml
gcg-website/layouts/_default/abiturienten.html

7 lines
267 B
HTML
Raw Normal View History

2022-03-18 13:35:57 +01:00
<div class="card border-0 rounded-0 hover-shadow mb-5">
<img class="card-img-top rounded-0" src="{{ .Params.Image | relURL }}" alt="{{ .Title }}">
<div class="card-body">
<h4 class="card-title"><a href="{{ .Permalink }}">{{ .Title }}</a></h4>
</div>
</div>