Skip to content

Commit a38117d

Browse files
fix: Adjusting metadata ( Fixes #8 )
1 parent e149896 commit a38117d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $title = @(
3232
if ($year) {
3333
"($($year, $month, $day -ne $null -join '-'))"
3434
}
35-
)
35+
) -join ' '
3636

3737
if ($page -is [Collections.IDictionary]) {
3838
$page.title = $title

0 commit comments

Comments
 (0)