diff --git a/templates/blog_list.html b/templates/blog_list.html index 6f9cbff..2fcf36b 100644 --- a/templates/blog_list.html +++ b/templates/blog_list.html @@ -6,7 +6,7 @@

{{ section.description }}

- Filter by tag + Filter by tag
From newest to oldest ↓
diff --git a/templates/includes/comments.html b/templates/includes/comments.html index 9297d69..ca9d808 100644 --- a/templates/includes/comments.html +++ b/templates/includes/comments.html @@ -289,7 +289,7 @@ which were inspired by https://codeberg.org/jwildeboer/jwildeboersource/src/comm } else if( status.card != null && status.card.image != null && - !status.card.url.startsWith("{{ config.base_url }}") + !status.card.url.startsWith("{{ get_url(path='') }}") ) { let cardImg = document.createElement("img"); cardImg.setAttribute("src", status.card.image); diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html index cf29795..9c9ff9f 100644 --- a/templates/taxonomy_single.html +++ b/templates/taxonomy_single.html @@ -3,7 +3,7 @@ {% block content %}

Posts with tag “{{ term.name }}”

- See all tags + See all tags
{{ term.pages | length }} posts in total