Files
assets
content
data
i18n
layouts
_default
abiturienten
about
anmeldeformular
anmeldung
author
begabtenfoerderung
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
load-photoswipe.html
termine
wettbewerbe
404.html
index.html
resources
static
.gitlab-ci.yml
.hugo_build.lock
config.yml
gcg-website/layouts/shortcodes/download.html

9 lines
420 B
HTML

<div class="container mb-0">
<div class="card border-primary rounded-0 hover-shadow mb-5">
<div class="card-body mb-0">
<h4 class="card-title"><a class="text-decoration-none" href='{{ .Get "link" }}'>{{ .Get "title" }}</a></h4>
<a href='{{ .Get "link" }}' class="text-decoration-none btn btn-primary btn-sm mb-0"><i class="fa-solid fa-file-arrow-down mb-0"></i> Download</a>
</div>
</div>
</div>