diff options
Diffstat (limited to '_build/themes/ninenines/layouts/index.html')
-rw-r--r-- | _build/themes/ninenines/layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_build/themes/ninenines/layouts/index.html b/_build/themes/ninenines/layouts/index.html index 22ec32a7..49eff047 100644 --- a/_build/themes/ninenines/layouts/index.html +++ b/_build/themes/ninenines/layouts/index.html @@ -9,7 +9,7 @@ {{ $.Scratch.Set "projects" 0 }} {{ range $.Site.Data.projects }} <li{{ if eq .name $.Site.Params.main_project }} class="active"{{ end }}> - <a data-slide="{{ $.Scratch.Get "projects" }}" href="{{ .permalink }}">{{ .title }}</a> + <a data-panel="{{ $.Scratch.Get "projects" }}" href="{{ .permalink }}">{{ .title }}</a> {{ $.Scratch.Add "projects" 1 }} </li> {{ end }} |