Skip to content

Commit f28bac2

Browse files
fix: Adjusting metadata ( Fixes #8 )
Updating description
1 parent a38117d commit f28bac2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ if ($year -and $month -and $day) {
7575
}
7676

7777
if ($time) {
78-
$description = "$time"
78+
$description = "Standard Site Index for $Time"
7979
} else {
80-
$description = "Index"
80+
$description = "Standard Site Index"
8181
}
8282

8383
if ($page -is [Collections.IDictionary]) {

0 commit comments

Comments
 (0)