small fixes

This commit is contained in:
teldra 2022-06-16 00:05:37 +02:00
parent 891fc28356
commit 0b8ef874f8
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@
{{ $images = complement $banner $image }}
{{ $image = (index (complement $banner $image) 0) }}
{{ $banner = (index $banner 0) }}
<section>
<a href="{{ .Permalink }}">
<section>
{{ if $title }}<h3>{{ else }}<h2>{{ end }}
{{ if ne $act_section "about" }}
{{ if .Params.events }}
@ -143,8 +143,8 @@
{{ if i18n "readmore" }}{{ i18n "readmore" }}{{ else }}{{ "read more" }}{{ end }}..
</div>
{{ end }}
</section>
</a>
</section>
</div>
{{ end }}