CHANGE from config to md files for index page

This commit is contained in:
Hoernschen 2023-11-19 17:11:04 +01:00
parent 80feba5acc
commit db7ec5795f
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
12 changed files with 37 additions and 54 deletions

View file

@ -1,11 +1,11 @@
{{- $links := .links }}
{{- $odd := .odd }}
{{- $odd := .odd }}
{{- $defaultimage := .defaultimage}}
{{- $id := "links"}}
{{if $links.id}}
{{- $id := $links.id}}
{{- $id = $links.id}}
{{else if .id}}
{{- $id := .id }}
{{- $id = .id }}
{{end}}
<div id="{{ $id }}" class="section {{if eq $odd 0}} section-even {{end}}">
<div class="section-content">