From 041ed62216811b5e7dee8b241dbb5eb6bac69436 Mon Sep 17 00:00:00 2001 From: Kathrin Osswald <kathrin.osswald@uni-ulm.de> Date: Wed, 3 Jun 2020 12:31:03 +0200 Subject: [PATCH] Adjusted columns2.mustache template due to upstream changes in theme Boost. --- CHANGES.md | 1 + templates/columns2.mustache | 2 +- templates/columns2.mustache.original | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 52e2e28..d7fcb84 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ Changes ### Unreleased +* 2020-06-04 - Adjusted columns2.mustache template due to upstream changes in theme Boost. * 2020-06-04 - Making Travis happy again. ### Release v3.8-r1 diff --git a/templates/columns2.mustache b/templates/columns2.mustache index 70b96ac..28c3a5e 100644 --- a/templates/columns2.mustache +++ b/templates/columns2.mustache @@ -69,6 +69,7 @@ {{{ output.standard_top_of_body_html }}} {{> theme_boost_campus/navbar }} + {{> theme_boost/nav-drawer }} <div id="page" class="container-fluid d-print-block"> {{{ output.full_header }}} @@ -106,7 +107,6 @@ </div> </div> {{{ output.standard_after_main_region_html }}} - {{> theme_boost/nav-drawer }} {{{ pagebottomelements }}} </div> {{! Moved the variable here from footer.mustache to solve Javascript issues with behat tests. }} diff --git a/templates/columns2.mustache.original b/templates/columns2.mustache.original index 28a50ad..b109c93 100644 --- a/templates/columns2.mustache.original +++ b/templates/columns2.mustache.original @@ -58,6 +58,7 @@ {{{ output.standard_top_of_body_html }}} {{> theme_boost/navbar }} + {{> theme_boost/nav-drawer }} <div id="page" class="container-fluid d-print-block"> {{{ output.full_header }}} @@ -89,7 +90,6 @@ </div> </div> {{{ output.standard_after_main_region_html }}} - {{> theme_boost/nav-drawer }} {{> theme_boost/footer }} </div> -- GitLab