forked from leftypol/leftypol
templates: inject turnslide js
This commit is contained in:
parent
f3c45073cb
commit
4f61026842
3 changed files with 13 additions and 6 deletions
|
@ -3,13 +3,14 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
var active_page = "thread"
|
||||
, board_name = "{{ board.uri }}"
|
||||
, thread_id = "{{ thread.id }}";
|
||||
</script>
|
||||
{% if config.turnstile %}
|
||||
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
|
||||
{% endif %}
|
||||
|
||||
{% include 'header.html' %}
|
||||
|
||||
|
@ -55,7 +56,7 @@
|
|||
|
||||
{{ config.ad.top }}
|
||||
|
||||
{% include('post_form.html', {form_action_type: 'post-reply'}) %}
|
||||
{{ include('post_form.html', {form_action_type: 'post-reply'}) }}
|
||||
|
||||
{% if config.global_message %}<hr /><div class="blotter">{{ config.global_message }}</div>{% endif %}
|
||||
<hr />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue