Skip to content

Commit

Permalink
Fix the tag title
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjp committed Jan 22, 2025
1 parent 5c3e439 commit 1ff8f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{% assign title = page.title %}
{% if page.tag %}
{% assign title = title | append: page.tag %}
{% assign title = title | append: " " | append: page.tag %}
{% endif %}

{% assign title_formatted = title | markdownify | strip_html %}
Expand Down

0 comments on commit 1ff8f7c

Please sign in to comment.