Files
.gitea
assets
content
data
i18n
layouts
_default
abiturienten.html
baseof.html
begabte.html
cantorfora.html
cantorpreis.html
card-noimg.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
projektwoche
schulchronik
shortcodes
superhaufen
termine
wettbewerbe
404.html
index.html
robots.txt
static
.drone.dev.yml
.drone.yml
.gitignore
.gitmodules
LICENSE
config.yml
gcg-website/layouts/_default/cantorfora.html

7 lines
278 B
HTML
Raw Normal View History

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