diff --git a/site/blog.html b/site/blog.html index 726bf83..05f6973 100644 --- a/site/blog.html +++ b/site/blog.html @@ -18,11 +18,7 @@
  • blog
  • - +
  • diff --git a/site/blog/article-template.html b/site/blog/article-template.html index e1d41f6..e72ef9a 100644 --- a/site/blog/article-template.html +++ b/site/blog/article-template.html @@ -18,11 +18,7 @@
  • blog
  • - +
  • diff --git a/site/index.html b/site/index.html index 587303e..cc41fac 100644 --- a/site/index.html +++ b/site/index.html @@ -18,11 +18,7 @@
  • blog
  • - +
  • diff --git a/site/js/styleswitcher.js b/site/js/styleswitcher.js index f7038af..9a219c9 100644 --- a/site/js/styleswitcher.js +++ b/site/js/styleswitcher.js @@ -1,3 +1,7 @@ +/* + * On enregistre ici la liste des feuilles de style disponibles. + * Il doit toujours y avoir une feuille "Default". + */ const styles = { "Default" : "/css/default.css", "No-CSS" : "/css/no-css.css", "Darkmagenta" : "/css/darkmagenta.css", @@ -27,6 +31,17 @@ function initStyle () { function initStyleSelectElement () { const styleSelectElement = document.getElementById("styleswitcher"); + + /* On génère ici la liste des options du - - - - +