From ba424698e0f9e79da93b6c54573a67e12fa363e5 Mon Sep 17 00:00:00 2001 From: czaks Date: Sat, 15 Jun 2013 00:22:13 -0400 Subject: [PATCH] header abstraction: abstracted also in thread.html --- templates/page.html | 2 +- templates/thread.html | 28 +--------------------------- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/templates/page.html b/templates/page.html index 6e7a8a18..07eea62e 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,8 +1,8 @@ - {% include 'header.html' %} + {% include 'header.html' %} {{ title }} diff --git a/templates/thread.html b/templates/thread.html index 0997f668..4e2a95a1 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -2,34 +2,8 @@ - - {% if config.url_favicon %}{% endif %} + {% include 'header.html' %} {{ board.url }} - {{ board.name }} - - {% if config.meta_keywords %}{% endif %} - {% if config.default_stylesheet.1 != '' %}{% endif %} - - {% if not nojavascript %} - - {% if not config.additional_javascript_compile %} - {% for javascript in config.additional_javascript %}{% endfor %} - {% endif %} - {% endif %} - {% if config.recaptcha %}{% endif %} {{ boardlist.top }}