hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit de7b9475c049e5df5b076d80799ebcbee3eb84c8
parent d6ca728ff3c9e149d7d4ae2c5a3096e748ec0cc7
Author: Joshua Arnott <josh@snorfalorpagus.net>
Date:   Wed, 19 Jun 2019 22:03:30 +0100

commands: Remove comma after URL in new site output

Some terminals include the comma in the URL when hyperlinking, resulting in a 404
Diffstat:
Mcommands/new_site.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/new_site.go b/commands/new_site.go
@@ -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 `)