Skip to content

Commit 0b3f030

Browse files
committed
Ensure Blog archive pages have unique titles
1 parent 892251a commit 0b3f030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<meta charset=UTF-8>
33
<meta name=viewport content="width=device-width, minimum-scale=1.0">
44

5-
<title>{{ page.title }} – CSS Wizardry</title>
5+
<title>{{ page.title }} {% if paginator and paginator.page > 1 %}Blog – Page {{ paginator.page }} {% endif %}– CSS Wizardry</title>
66

77
{% comment %}
88
<!--

0 commit comments

Comments
 (0)