diff --git a/wiki/pages/engineering.html b/wiki/pages/engineering.html index ee72627bd15cb4c8b4d364e3775aaff12b9510b1..bf3d2958dd3ad83b6c1c767e866177c61182c0b6 100644 --- a/wiki/pages/engineering.html +++ b/wiki/pages/engineering.html @@ -33,7 +33,7 @@ {% extends "layout.html" %} {% block title %}Engineering{% endblock %} - <button id="textSizeToggle" class="text-size-toggle">L</button> + {% block page_content %} <div class="sidebar"> <ul> @@ -41,7 +41,7 @@ <li><a href="#Colonization System">Colonization System</a></li> </ul> </div> - + <button id="textSizeToggle" class="text-size-toggle">L</button> <div class="progress-container"> <svg class="progress-bar-circle" width="60" height="60"> <circle class="progress-circle" cx="30" cy="30" r="25" stroke-width="5" fill="transparent"></circle>