aboutsummaryrefslogtreecommitdiff
path: root/templates/post.twig
diff options
context:
space:
mode:
Diffstat (limited to 'templates/post.twig')
-rw-r--r--templates/post.twig14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/post.twig b/templates/post.twig
index e7d01bd..553c76e 100644
--- a/templates/post.twig
+++ b/templates/post.twig
@@ -43,7 +43,21 @@
43 <span>by {{ global.author }}</span> 43 <span>by {{ global.author }}</span>
44 </div> 44 </div>
45 </header> 45 </header>
46
47 {% if options.hide == 'true' %}
48 <div class="draft">Draft</div>
49 {% endif %}
50
46 {{ content }} 51 {{ content }}
52
53 <div id="replybox"></div>
54 <script>
55 window.replybox = {
56 site: 'm6gBxwQnbM',
57 };
58 </script>
59 <script src="https://cdn.getreplybox.com/js/embed.js"></script>
60
47 </article> 61 </article>
48 62
49 </main> 63 </main>