change param from name to id (#99)
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@
|
|||||||
{{ if .section.template }}
|
{{ if .section.template }}
|
||||||
{{- partial .section.template . -}}
|
{{- partial .section.template . -}}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{- partial (printf "sections/%s.html" (replace (lower .section.name) " " "-")) . -}}
|
{{- partial (printf "sections/%s.html" (replace (lower .section.id) " " "-")) . -}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<!--- alter background color for next section --->
|
<!--- alter background color for next section --->
|
||||||
|
|||||||
Reference in New Issue
Block a user