diff --git a/templates/index.html b/templates/index.html index e0fad639..685dc0a9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,6 +14,18 @@ {% 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 %} + + + + + + + + + +