Commit a37dcb45 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Définit la variable lang (pour le template).

"fr-FR" par défaut. Il faudrait adapter.
parent 7a9851cf
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -66,6 +66,7 @@ module.exports = grunt => {
"--toc",
`--toc-depth=${TOC_DEPTH}`,
`--slide-level=${SLIDE_LEVEL}`,
"--variable=lang:fr-FR",
`--variable=revealjs-url:${relative(dirname(pres), "./reveal.js")}`,
"--variable=theme:irstea",
"--variable=history:true",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment