We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e149896 commit a38117dCopy full SHA for a38117d
1 file changed
index.html.ps1
@@ -32,7 +32,7 @@ $title = @(
32
if ($year) {
33
"($($year, $month, $day -ne $null -join '-'))"
34
}
35
-)
+) -join ' '
36
37
if ($page -is [Collections.IDictionary]) {
38
$page.title = $title
0 commit comments