[TIDY] Apply editorconfig
This commit is contained in:
parent
a9367686f7
commit
6d67a7dd5d
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
title: Autoren
|
title: Autoren
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
title: Blogpost-Kategorien
|
title: Blogpost-Kategorien
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
title: Blogeintrag
|
title: Blogeintrag
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
title: Eventankündigung
|
title: Eventankündigung
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
title: Tags
|
title: Tags
|
||||||
---
|
---
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
{{- if in (slice "fa-solid" "fa-brands") (.Get 0) }}
|
{{- if in (slice "fa-solid" "fa-brands") (.Get 0) }}
|
||||||
{{- $faStylePrefix = (.Get 0) }}
|
{{- $faStylePrefix = (.Get 0) }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
<i class="{{ $faStylePrefix }} {{ range $iconName := .Params }} fa-{{ $iconName }} {{ end }}"></i>
|
<i class="{{ $faStylePrefix }} {{ range $iconName := .Params }} fa-{{ $iconName }} {{ end }}"></i>
|
||||||
|
|
|
@ -10,4 +10,4 @@
|
||||||
{{- if .Truncated }}
|
{{- if .Truncated }}
|
||||||
<div class="morelink"><a href="{{ .RelPermalink }}">mehr...</a></div>
|
<div class="morelink"><a href="{{ .RelPermalink }}">mehr...</a></div>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</article>
|
</article>
|
||||||
|
|
|
@ -39,4 +39,4 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
{{- partial "menu.html" (dict "menuID" "footer" "page" . ) -}}
|
{{- partial "menu.html" (dict "menuID" "footer" "page" . ) -}}
|
||||||
</nav>
|
</nav>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -19,4 +19,4 @@
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
<!-- TODO: Favicon -->
|
<!-- TODO: Favicon -->
|
||||||
|
|
|
@ -29,4 +29,4 @@
|
||||||
<span class="state">unbekannt</span><br><span class="duration">(seit )</span>
|
<span class="state">unbekannt</span><br><span class="duration">(seit )</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue