thread.html: load captcha after main.js

This commit is contained in:
Zankaria 2024-10-19 18:58:23 +02:00
parent 968e2ea5dc
commit 0a3430c134

View file

@ -8,10 +8,11 @@
, board_name = "{{ board.uri }}"
, thread_id = "{{ thread.id }}";
</script>
{{ include('captcha_script.html', { form_action_type: 'post_reply' }) }}
{% include 'header.html' %}
{{ include('captcha_script.html', { form_action_type: 'post_reply' }) }}
{% set meta_subject %}{% if config.thread_subject_in_title and thread.subject %}{{ thread.subject|e }}{% else %}{{ thread.body_nomarkup|remove_modifiers|newline_to_full_stop|remove_markup|e[:256] }}{% endif %}{% endset %}
<meta name="description" content="{{ board.url }} - {{ board.title|e }} - {{ meta_subject }}" />