This commit is contained in:
2023-03-02 08:14:53 +01:00
parent 18d42ea6b9
commit 9c02f26899
14 changed files with 46 additions and 51 deletions

View File

@ -1,6 +1,8 @@
<div class="card border-primary rounded-0 hover-shadow mb-3 col-lg-4 col-sm-6">
<div class="col-lg-4 col-sm-6">
<div class="card border-primary rounded-0 hover-shadow mb-3">
<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>
</div>