From de7b9475c049e5df5b076d80799ebcbee3eb84c8 Mon Sep 17 00:00:00 2001 From: Joshua Arnott Date: Wed, 19 Jun 2019 22:03:30 +0100 Subject: [PATCH] commands: Remove comma after URL in new site output Some terminals include the comma in the URL when hyperlinking, resulting in a 404 --- commands/new_site.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/new_site.go b/commands/new_site.go index 114ee82f6..6d1677e22 100644 --- 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 " command. 2. Perhaps you want to add some content. You can add single files with "hugo new `)