Files
assets
content
data
i18n
layouts
_default
abiturienten
about
anmeldeformular
anmeldung
author
begabte
cantorfora
cantorpreis
forms
ganztagsangebote
kontakt
pages
partials
schulchronik
shortcodes
card-small.html
card.html
collapsible-lite.html
collapsible.html
download.html
figure.html
gallery.html
youtube.html
termine
wettbewerbe
404.html
index.html
static
.drone.dev.yml
.drone.yml
.gitignore
LICENSE
config.yml
gcg-website/layouts/shortcodes/card-small.html

7 lines
294 B
HTML
Raw Normal View History

<div class="card border-primary rounded-0 hover-shadow mb-3 col-lg-4 col-sm-6">
2020-09-13 09:59:08 +02:00
<div class="card-body">
<h4 class="card-title"><a href='{{ .Get "link" }}'>{{ .Get "title" }}</a></h4>
<a href='{{ .Get "link" }}' class="btn btn-primary btn-sm">{{ i18n "show_more"}}</a>
2020-08-07 21:08:46 +02:00
</div>
</div>