From 22e39949bc53b81439e7e8c12827287a9011fd59 Mon Sep 17 00:00:00 2001 From: Walker Waylon Scott Date: Wed, 26 Jul 2017 08:07:05 -0500 Subject: [PATCH] Added Slides Dropdown to select dark or light --- src/templates/layout.html | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/templates/layout.html b/src/templates/layout.html index e544925..5a32ab5 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -34,8 +34,6 @@ ('/enthusiast', 'enthusiast', 'Enthusiast'), ('/Exploritory', 'exploritory', 'Exploritory'), ('/api/doc/#/pyDataVizDay', 'api', 'api'), - ('/slides', 'slides', 'Slides'), - ('/slides_light', 'slides_light', 'light slides'), ] -%} {% set active_page = active_page|default('index') -%} @@ -53,9 +51,20 @@ {{ caption|e }} {% endfor %} - + + @@ -87,7 +96,13 @@ - +