From c99f2846814767864411d4997502a8a65662ee95 Mon Sep 17 00:00:00 2001 From: Heitor Pascoal de Bittencourt Date: Fri, 10 Nov 2023 17:22:33 -0300 Subject: [PATCH] Improve tag description in OpenGraph metatags --- templates/macros/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros/head.html b/templates/macros/head.html index 5a4d406..c1257a5 100644 --- a/templates/macros/head.html +++ b/templates/macros/head.html @@ -60,7 +60,7 @@ {% if term %} {%- set permalink = term.permalink %} {%- set title = title_macros::title(page_title=term.name, main_title=config.title) %} - {%- set description = "All posts for " ~ term.name %} + {%- set description = "All posts tagged " ~ term.name %} {% else %} {%- set permalink = config.base_url ~ "/" ~ taxonomy.slug %} {%- set title = title_macros::title(page_title=taxonomy.name, main_title=config.title) %}