We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892251a commit 0b3f030Copy full SHA for 0b3f030
_includes/head.html
@@ -2,7 +2,7 @@
2
<meta charset=UTF-8>
3
<meta name=viewport content="width=device-width, minimum-scale=1.0">
4
5
-<title>{{ page.title }} – CSS Wizardry</title>
+<title>{{ page.title }} {% if paginator and paginator.page > 1 %}Blog – Page {{ paginator.page }} {% endif %}– CSS Wizardry</title>
6
7
{% comment %}
8
<!--
0 commit comments