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 %} + + + + + + + + + +