summaryrefslogtreecommitdiffstats
path: root/_build/themes/ninenines/layouts/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-05-23 20:47:46 +0200
committerLoïc Hoguin <[email protected]>2017-05-23 20:47:46 +0200
commit41c769ab5c19da92ecba35d9accc4bc123029e8d (patch)
tree67bb7f4d3c9200deb38863666bd41e07ca448aea /_build/themes/ninenines/layouts/index.html
parentfe7e6a41a50b5f191b98c1bcdc99d8297f099673 (diff)
downloadninenines.eu-41c769ab5c19da92ecba35d9accc4bc123029e8d.tar.gz
ninenines.eu-41c769ab5c19da92ecba35d9accc4bc123029e8d.tar.bz2
ninenines.eu-41c769ab5c19da92ecba35d9accc4bc123029e8d.zip
Remove the use of bootstrap-carousel
The custom.js file was converted to not use jquery also. Once bootstrap is gone, we can remove jquery entirely.
Diffstat (limited to '_build/themes/ninenines/layouts/index.html')
-rw-r--r--_build/themes/ninenines/layouts/index.html2
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 }}