From 31d62be239eec6f26a1551553f36f2b4776e8e9c Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 17 Dec 2023 12:44:13 -0500 Subject: jrnl: removed some useless metadata from templates and fixed an issue with breadcrumbs --- app/posts/templates/posts/jrnl_detail.html | 60 ++++-------------------------- 1 file changed, 7 insertions(+), 53 deletions(-) (limited to 'app') diff --git a/app/posts/templates/posts/jrnl_detail.html b/app/posts/templates/posts/jrnl_detail.html index ffd13dd..e34a825 100644 --- a/app/posts/templates/posts/jrnl_detail.html +++ b/app/posts/templates/posts/jrnl_detail.html @@ -7,52 +7,6 @@ {% block metadescription %}{% autoescape on %}{{object.meta_description|striptags|safe}}{% endautoescape %}{% endblock %} {%block extrahead%} - - - - - - - - - - - - - - - - - - - - - {%endblock%} {% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %} {% block primary %}
@@ -61,15 +15,15 @@

{{object.title|smartypants|safe}}

{% if object.subtitle %}

{{object.subtitle|smartypants|safe}}

{%endif%}