From a8267af2fc6026f3fdb4c5f69f4914bca8a20246 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 23 Jun 2023 13:55:48 +0200 Subject: Remove redundant italic tag --- themes/bear/templates/page.html | 8 +++----- themes/bear/templates/section.html | 8 +++----- themes/bear/templates/taxonomy_single.html | 8 +++----- 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/themes/bear/templates/page.html b/themes/bear/templates/page.html index 996f229..d91a47f 100644 --- a/themes/bear/templates/page.html +++ b/themes/bear/templates/page.html @@ -7,11 +7,9 @@

{{ page.title }}

{%- if page.date %}

- - - +

{%- endif %} {%- endif %} diff --git a/themes/bear/templates/section.html b/themes/bear/templates/section.html index 838e001..f7567f2 100644 --- a/themes/bear/templates/section.html +++ b/themes/bear/templates/section.html @@ -12,11 +12,9 @@ {% for page in section.pages %}
  • - - - + {{ page.title }}
  • diff --git a/themes/bear/templates/taxonomy_single.html b/themes/bear/templates/taxonomy_single.html index 874e4d2..4fade3f 100644 --- a/themes/bear/templates/taxonomy_single.html +++ b/themes/bear/templates/taxonomy_single.html @@ -18,11 +18,9 @@ {% for page in term.pages %}
  • - - - + {{ page.title }}
  • -- cgit 1.4.1