Skip to content

Commit

Permalink
Remove product name from page title
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Jul 23, 2024
1 parent aa275e0 commit 193b540
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
{% block pageTitle %}
{{- title if title -}}
{{- " (page " + pageNumber + " of " + pageCount + ")" if pageCount > 1 -}}
{{- " - " + options.header.productName if options.header.productName -}}
{{- " - " + options.titleSuffix if options.titleSuffix -}}
{% endblock %}

Expand Down

0 comments on commit 193b540

Please sign in to comment.