From ce3be5c007fa23bfa6ebb09b3fcab9e2ad9f06fa Mon Sep 17 00:00:00 2001 From: Arnold Loubriat Date: Fri, 23 Aug 2024 20:54:13 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F=20fix:=20add=20missing=20quo?= =?UTF-8?q?tes=20to=20HTML=20attributes=20=20(#367)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/macros/list_posts.html | 2 +- templates/page.html | 2 +- templates/partials/footer.html | 6 +++--- templates/partials/nav.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/macros/list_posts.html b/templates/macros/list_posts.html index c410f24..790e1b7 100644 --- a/templates/macros/list_posts.html +++ b/templates/macros/list_posts.html @@ -62,7 +62,7 @@

{{ post.summary | striptags | trim_end_matches(pat=".") | safe }}…

{% endif %} - {{ macros_translate::translate(key="read_more", default="Read more", language_strings=language_strings) }}  + {{ macros_translate::translate(key="read_more", default="Read more", language_strings=language_strings) }}  {% endif %} diff --git a/templates/page.html b/templates/page.html index f03a119..ff4ef34 100644 --- a/templates/page.html +++ b/templates/page.html @@ -110,7 +110,7 @@ {%- if page.taxonomies and page.taxonomies.tags -%} {%- if previous_visible -%} {{ separator }} {%- 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 -%} diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 2dadba3..3ad87ee 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -20,7 +20,7 @@ {%- if generate_feed and config.extra.feed_icon and feed_url -%}
  • -
  • @@ -56,8 +56,8 @@ {%- if config.extra.socials %} {% for social in config.extra.socials %}
  • -
  • {% endfor %} diff --git a/templates/partials/nav.html b/templates/partials/nav.html index 591089c..e2ea155 100644 --- a/templates/partials/nav.html +++ b/templates/partials/nav.html @@ -1,7 +1,7 @@