From 93eaaea76c01ba18b05113778d11131bec0d3b92 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 24 Sep 2023 14:40:18 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(html):=20remove=20unused=20s?= =?UTF-8?q?elf-closing=20tags=20(#176)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/partials/extra_features.html | 4 ++-- templates/partials/nav.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/partials/extra_features.html b/templates/partials/extra_features.html index 1a59a3e..6fe198b 100644 --- a/templates/partials/extra_features.html +++ b/templates/partials/extra_features.html @@ -37,10 +37,10 @@ {# Add copy button to code blocks #} {%- if macros_settings::evaluate_setting_priority(setting="copy_button", page=page, default_global_value=true) == "true" -%} - + {%- endif -%} {# Add backlinks to footnotes #} {%- if macros_settings::evaluate_setting_priority(setting="footnote_backlinks", page=page, default_global_value=false) == "true" -%} - + {%- endif -%} diff --git a/templates/partials/nav.html b/templates/partials/nav.html index 259f187..8057404 100644 --- a/templates/partials/nav.html +++ b/templates/partials/nav.html @@ -11,7 +11,7 @@ {% for menu in config.extra.menu %}
  • {% set trailing_slash = menu.trailing_slash | default(value=true) %} - + {{ macros_translate::translate(key=menu.name, default=menu.name, language_strings=language_strings) }}