Improve tag description in OpenGraph metatags

This commit is contained in:
Heitor Pascoal de Bittencourt 2023-11-10 17:22:33 -03:00
parent 6af6b597fa
commit c99f284681
No known key found for this signature in database
GPG key ID: 2DD9C1566E2774A2

View file

@ -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) %}