Schulchronik Vollständig
This commit is contained in:
8
layouts/shortcodes/element-item.html
Normal file
8
layouts/shortcodes/element-item.html
Normal file
@ -0,0 +1,8 @@
|
||||
<div class="container">
|
||||
<div class="card border-primary rounded-0 hover-shadow mb-5">
|
||||
<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>
|
Reference in New Issue
Block a user