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

@ -3,9 +3,9 @@
{{- $odd := .odd }}
{{- $id := "service"}}
{{if $service.id}}
{{- $id := $service.id}}
{{- $id = $service.id}}
{{else if .id}}
{{- $id := .id }}
{{- $id = .id }}
{{end}}
<div id="{{$id}}" class="section {{if eq $odd 0}} section-even {{end}} row">
<div class="section-content services">