Skip to content

Commit

Permalink
fix tab title
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Aug 7, 2024
1 parent b33e0e4 commit 697129c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
{% assign fulltitle = fulltitle | push: title %}
{% endif %}
{% if site.title %}
{% assign fulltitle = fulltitle | push: site.title | xml_escape %}
{% assign fulltitle = fulltitle | push: site.title %}
{% endif %}
{% assign fulltitle = fulltitle | join: " | " %}
{% assign fulltitle = fulltitle | join: " | " | xml_escape %}

{% assign subtitle = site.subtitle | xml_escape %}

Expand Down

0 comments on commit 697129c

Please sign in to comment.