Skip to content

Commit c01300e

Browse files
committed
fixing error in title on templated and welcome
1 parent b0c91f8 commit c01300e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

archetypes/templated/sample/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Welcome Example",
2+
"title": "Welcome Example"
33
}
44

55
## Hello World

archetypes/welcome/sample/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Welcome Example",
2+
"title": "Welcome Example"
33
}
44

55
## Hello World

0 commit comments

Comments
 (0)