summaryrefslogtreecommitdiffstatshomepage
path: root/templates/tags/single.html
diff options
context:
space:
mode:
authorWolfgang Müller2021-06-24 16:30:21 +0200
committerWolfgang Müller2021-06-24 16:30:21 +0200
commita448330931be337f50513d09ff7a73b8f7007182 (patch)
tree269de68c3f452c70a2e01128a0e4ec703388ef43 /templates/tags/single.html
parentb9130a7743e36647cc5211f0eb574202e404e85f (diff)
downloadzunzuncito-a448330931be337f50513d09ff7a73b8f7007182.tar.gz
templates: Simplify Tera blocks
We don't need to reference the block name in the 'endblock' statement if blocks are not nested.
Diffstat (limited to 'templates/tags/single.html')
-rw-r--r--templates/tags/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tags/single.html b/templates/tags/single.html
index 3cbdde4..9d4aeed 100644
--- a/templates/tags/single.html
+++ b/templates/tags/single.html
@@ -5,4 +5,4 @@
{{ macros::render_post(post=post) }}
{%- endfor %}
{{ macros::render_pagination(paginator=paginator) }}
-{%- endblock content %}
+{%- endblock %}