gcg-website/layouts/partials/download.html
Denys Konovalov 271169891c
Some checks failed
website-main / test-build (push) Waiting to run
website-main / prod-build (push) Has been cancelled
style fixes
2024-01-03 12:43:01 +01:00

6 lines
358 B
HTML

<div class="shortcode card border-primary rounded-0 hover-shadow mb-2">
<div class="card-body mb-0">
<h4 class="card-title"><a class="text-decoration-none" href='{{ .link }}'>{{ .title }}</a></h4>
<a href='{{ .link }}' class="text-decoration-none btn btn-primary btn-sm mb-0"><i class="mdi mdi-tray-arrow-down me-2"></i>Download</a>
</div>
</div>