small fixes

This commit is contained in:
teldra 2022-03-27 15:02:50 +02:00
parent e39bf51b6a
commit 10c30d1150
2 changed files with 2 additions and 2 deletions

View File

@ -233,4 +233,4 @@ other = "weiterlesen"
other = "Über uns" other = "Über uns"
[featured] [featured]
other = "wichtig" other = "wichtige Neuigkeiten"

View File

@ -8,7 +8,7 @@
{{ .Content }} {{ .Content }}
</article> </article>
{{ end }} {{ end }}
<a href="/featured"><h2>{{ "featured" | T | humanize }} {{ "news" | T | humanize }}</h2></a> <a href="/featured"><h2>{{ "featured" | T | humanize }}</h2></a>
{{ range first 3 (where (where .Site.RegularPages "Type" "in" site.Params.mainSections) ".Params.featured" "=" true) }} {{ range first 3 (where (where .Site.RegularPages "Type" "in" site.Params.mainSections) ".Params.featured" "=" true) }}
<article class="articlebgcol1 borderrad25"><a href="{{- .Permalink -}}"> <article class="articlebgcol1 borderrad25"><a href="{{- .Permalink -}}">
<div id="articletitle"> <div id="articletitle">