change param from name to id (#99)
This commit is contained in:
parent
68584d749e
commit
bd8ca2fd72
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
{{ if .section.template }}
|
||||
{{- partial .section.template . -}}
|
||||
{{ else }}
|
||||
{{- partial (printf "sections/%s.html" (replace (lower .section.name) " " "-")) . -}}
|
||||
{{- partial (printf "sections/%s.html" (replace (lower .section.id) " " "-")) . -}}
|
||||
{{ end }}
|
||||
</div>
|
||||
<!--- alter background color for next section --->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue