From df91442a2be1413ef58dd34f86fdac9c403dcdc5 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Wed, 30 Apr 2025 11:27:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(html):=20adjust=20class=20?= =?UTF-8?q?attribute=20order=20in=20tag=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - move class "p-category" to the anchor tag for better semantic HTML structure --- templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/page.html b/templates/page.html index d2a7eea..f7f68cb 100644 --- a/templates/page.html +++ b/templates/page.html @@ -157,7 +157,7 @@ Current section extra: {% if current_section %}{{ current_section.extra | json_e {%- if page.taxonomies and page.taxonomies.tags -%}
  • {%- if previous_visible -%}{{ separator_with_class | safe }}{%- endif -%}{{- macros_translate::translate(key="tags", default="tags", language_strings=language_strings) | capitalize -}}: 
  • {%- for tag in page.taxonomies.tags -%} -
  • {{ tag }} +
  • {{ tag }} {%- if not loop.last -%} ,  {%- endif -%}