summaryrefslogtreecommitdiffstatshomepage
path: root/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html
index 07fe19d..fc733d5 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -1,7 +1,7 @@
{% extends "base.html" -%}
{%- block content %}
-{{ macros::render_post(post=page, in_feed=false) }}
+{{ macros::render_post(post=page, render_title=false) }}
{%- if "mentions" in page.extra and page.extra.mentions | length > 0 -%}
<h2 class="mentions">Mentioned posts</h2>
{%- for ref in page.extra.mentions %}