This commit is contained in:
2020-09-14 06:30:37 +02:00
parent 120bc520f6
commit b83bef2e03
11 changed files with 29 additions and 23 deletions

View 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>