diff --git a/templates/index.html b/templates/index.html index 118ddbcc..685dc0a9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,14 +14,26 @@ {% include 'header.html' %} + + {% set meta_subject %}{% if config.thread_subject_in_title and thread.subject %}{{ thread.subject|e }}{% else %}{{ thread.body_nomarkup|remove_modifiers[:256]|e }}{% endif %}{% endset %} + + + + + + + + + + {{ board.url }} - {{ board.title|e }} {{ boardlist.top }} - + {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} {% if config.url_banner %}{% endif %} - +

{{ board.url }} - {{ board.title|e }}

@@ -54,7 +66,7 @@ {{ btn.next }}
{% endif %} - + {% if config.global_message %}
{{ config.global_message }}
{% endif %}
{% if config.board_search %} @@ -74,7 +86,7 @@ {{ body }} {% include 'report_delete.html' %} - +
{{ btn.prev }} {% for page in pages %} [{{ page.num }}]{% if loop.last %} {% endif %} @@ -83,7 +95,7 @@ | {% trans %}Catalog{% endtrans %} {% endif %}
- + {{ boardlist.bottom }} {{ config.ad.bottom }} @@ -92,6 +104,6 @@ - + diff --git a/templates/themes/categories/frames.html b/templates/themes/categories/frames.html index 48066bcd..291ca59f 100644 --- a/templates/themes/categories/frames.html +++ b/templates/themes/categories/frames.html @@ -1,7 +1,14 @@ - + + + + + + + +