CHANGE from config to md files for index page
This commit is contained in:
parent
80feba5acc
commit
db7ec5795f
12 changed files with 37 additions and 54 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue