Skip to content

Commit

Permalink
Fix meta tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Feb 18, 2025
1 parent 7fc8cfe commit 367ba14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/macros/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@

{% if page_data.tags and page_data.tags | length %}
<meta name="tna.page.tags" content="{{ page_data.tags | join('; ') }}">
<meta name="tna_root:taxonom_tags" content="{{ page_data.tags | join('; ') }}">
<meta name="tna_root:taxonomy_tags" content="{{ page_data.tags | join('; ') }}">
{%- endif %}
{% endmacro %}

0 comments on commit 367ba14

Please sign in to comment.