add search, fix #210

This commit is contained in:
2023-03-05 21:33:21 +01:00
parent aeaf81d338
commit ac7b17c613
12 changed files with 99 additions and 16 deletions

View File

@ -1,6 +1,6 @@
<div class="card border-primary rounded-0 hover-shadow">
<div class="card-body">
<h4 class="card-title"><a href="{{ .Permalink }}">{{ .Title }}</a></h4>
<a href="{{ .Permalink }}" class="btn btn-primary btn-sm">{{ i18n "show_more"}}</a>
<a href="{{ .Permalink }}" class="btn btn-primary btn-sm" data-pagefind-ignore>{{ i18n "show_more"}}</a>
</div>
</div>