summaryrefslogtreecommitdiffstatshomepage
path: root/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/page.html b/templates/page.html
index 394dd97..07fe19d 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -1,17 +1,5 @@
{% extends "base.html" -%}
-{%- block title -%}
-{%- if page.title -%}
-{{ page.title }}
-{%- else -%}
-post № {{ page.slug }}
-{%- endif -%}
-{%- endblock title -%}
-
-{%- block description %}
-post № {{ page.slug }}
-{%- endblock description %}
-
{%- block content %}
{{ macros::render_post(post=page, in_feed=false) }}
{%- if "mentions" in page.extra and page.extra.mentions | length > 0 -%}