From 0570d9b4b0c7b25be3c9a8bb7f84a359237a41b7 Mon Sep 17 00:00:00 2001 From: Damian Avila Date: Fri, 2 Feb 2018 08:50:54 -0300 Subject: [PATCH] Use lowercase for slides --- notebook/templates/notebook.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/templates/notebook.html b/notebook/templates/notebook.html index eb2f758d0..19603642c 100644 --- a/notebook/templates/notebook.html +++ b/notebook/templates/notebook.html @@ -109,7 +109,7 @@ data-notebook-path="{{notebook_path | urlencode}}"
  • {% trans %}Notebook (.ipynb){% endtrans %}
  • {% trans %}Script{% endtrans %}
  • {% trans %}HTML (.html){% endtrans %}
  • -
  • {% trans %}Reveal.js Slides (.html){% endtrans %}
  • +
  • {% trans %}Reveal.js slides (.html){% endtrans %}
  • {% trans %}Markdown (.md){% endtrans %}
  • {% trans %}reST (.rst){% endtrans %}
  • {% trans %}LaTeX (.tex){% endtrans %}