commands: Remove comma after URL in new site output

Some terminals include the comma in the URL when hyperlinking, resulting in a 404
This commit is contained in:
Joshua Arnott 2019-06-19 22:03:30 +01:00 committed by Bjørn Erik Pedersen
parent d6ca728ff3
commit de7b9475c0
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ func nextStepsText() string {
nextStepsText.WriteString(`Just a few more steps and you're ready to go:
1. Download a theme into the same-named folder.
Choose a theme from https://themes.gohugo.io/, or
Choose a theme from https://themes.gohugo.io/ or
create your own with the "hugo new theme <THEMENAME>" command.
2. Perhaps you want to add some content. You can add single files
with "hugo new `)