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
7 lines
285 B
HTML
7 lines
285 B
HTML
<div class="card border-primary rounded-0 hover-shadow mb-5 col-lg-4">
|
|
<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>
|
|
</div>
|
|
</div>
|