devel_custom_hugo_theme to master #4

Manually merged
stefan merged 44 commits from devel_custom_hugo_theme into master 2020-03-16 18:22:11 +00:00
Showing only changes of commit 08421e9da9 - Show all commits

View File

@ -0,0 +1,20 @@
<div class="card">
<div class="card-body">
<h5>{{ .Get "name" }}</h5>
<p>{{ .Get "description" }}</p>
</div>
<div class="card-footer p-0">
<div class="row m-0">
{{ if .Get "link" }}
<div class="col p-0">
<a class="btn btn-dark w-100" href="{{ .Get "link" }}" target="_blank">{{ .Get "link_caption" }}</a>
</div>
{{ end }}
</div>
</div>
</div>