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
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue