commands: Remove comma after URL in new site output
authorJoshua Arnott <josh@snorfalorpagus.net>
Wed, 19 Jun 2019 21:03:30 +0000 (22:03 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 19 Jun 2019 21:03:30 +0000 (23:03 +0200)
Some terminals include the comma in the URL when hyperlinking, resulting in a 404

commands/new_site.go

index 114ee82f6c219f2e5b1a67afd3f1c97e4a83ca0f..6d1677e22d6790ba2bb8871f3de0539e0141fc62 100644 (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 `)