summaryrefslogtreecommitdiffstatshomepage
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 7599251..180e311 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -3,7 +3,7 @@
{%- set description = config.description -%}
{%- if page -%}
- {%- set description = page.title | default(value="post № " ~ page.slug) -%}
+ {%- set description = page.title -%}
{%- elif term -%}
{%- set description = "posts tagged with #" ~ term.name -%}
{%- elif terms -%}