diff --git a/files/templates/default.html b/files/templates/default.html index c58e4e63aa..d9db8e7992 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -274,12 +274,8 @@ {% if request.path == '/' %} {% block sidebar %} - + {% set template = "sidebar_" + environ.get("SITE_NAME") + ".html" %} + {% include template %} {% endblock %} {% endif %} diff --git a/files/templates/sidebar_Drama.html b/files/templates/sidebar_Drama.html index 0e6473a920..fc09e78580 100644 --- a/files/templates/sidebar_Drama.html +++ b/files/templates/sidebar_Drama.html @@ -1,38 +1,40 @@ - -SUBMIT DRAMA! -EMOJI MEGATHREAD -BUGS/SUGGESTIONS MEGATHREAD -SIDEBAR ARTWORK MEGATHREAD + \ No newline at end of file