Update
This commit is contained in:
6
layouts/shortcodes/card-small.html
Normal file
6
layouts/shortcodes/card-small.html
Normal file
@ -0,0 +1,6 @@
|
||||
<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>
|
Reference in New Issue
Block a user