Skip to content

Commit

Permalink
updates for shortening the long page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHammond committed Jun 21, 2024
1 parent ebe15c8 commit 8c66d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Page {{ paginator.page }} of {{ paginator.total_pages }} -
{% endif %}
{% endif %}
{% if page.title %}{{ page.title }} - {{ site.Name }}{% else %}{{ site.title }}{% endif %}
{% if page.title %}{{ page.title }} - {{ site.name }}{% else %}{{ site.title }}{% endif %}

</title>
<link rel="icon" href="{{ site.baseurl }}{{ site.favicon }}">
Expand Down

0 comments on commit 8c66d2a

Please sign in to comment.