Files
.github
archetypes
content
data
i18n
layouts
shortcodes
card-small.html
card.html
content.html
download.html
figure.html
gallery.html
load-photoswipe-theme.html
load-photoswipe.html
open-element-lite.html
open-element.html
resources
static
config.toml
gcg-website/layouts/shortcodes/download.html
2020-08-11 15:20:41 +02:00

9 lines
306 B
HTML

<div class="container">
<div class="card border-primary rounded-0 hover-shadow mb-5">
<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">Download</a>
</div>
</div>
</div>