Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Update page title
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbk committed Jun 1, 2021
1 parent 91aa893 commit 2ade433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/marko-web-html-sitemap/templates/date-list.marko
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ const {

$ const type = "sitemap";
$ const pageNode = {
title: "Sitemap",
title: "Site Map",
};
$ switch (displayType) {
case "day":
Expand Down
2 changes: 1 addition & 1 deletion packages/marko-web-html-sitemap/templates/day.marko
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ const perPage = 1000;
$ const type = "sitemap";
$ const date = `${month} ${day}, ${year}`;
$ const pageNode = {
title: "Sitemap",
title: "Site Map",
description: `All ${config.siteName()} stories published on ${date}`,
};
<marko-web-default-page-layout type=type title=pageNode.title description=pageNode.description>
Expand Down

0 comments on commit 2ade433

Please sign in to comment.