Fixed broken theme in hugoThemes website (#9)
* fix: added $ to the within the scope closes #8
This commit is contained in:
parent
acab25521f
commit
b14099207d
@ -2,7 +2,7 @@
|
|||||||
{{ with .Site.Params.projects }}
|
{{ with .Site.Params.projects }}
|
||||||
<h4>Projects</h4>
|
<h4>Projects</h4>
|
||||||
<ul>
|
<ul>
|
||||||
{{- range $index, $projects_map := .Site.Params.projects -}}
|
{{- range $index, $projects_map := $.Site.Params.projects -}}
|
||||||
|
|
||||||
{{ range $elem_index, $project := $projects_map.project }}
|
{{ range $elem_index, $project := $projects_map.project }}
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
Reference in New Issue
Block a user