small fixes
This commit is contained in:
parent
e39bf51b6a
commit
10c30d1150
|
@ -233,4 +233,4 @@ other = "weiterlesen"
|
||||||
other = "Über uns"
|
other = "Über uns"
|
||||||
|
|
||||||
[featured]
|
[featured]
|
||||||
other = "wichtig"
|
other = "wichtige Neuigkeiten"
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user