Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Arnott <josh@snorfalorpagus.net>2019-06-20 00:03:30 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-06-20 00:03:30 +0300
commitde7b9475c049e5df5b076d80799ebcbee3eb84c8 (patch)
tree1cc22f900b370aa77f871d641aa6763ffc1fe2de /commands/new_site.go
parentd6ca728ff3c9e149d7d4ae2c5a3096e748ec0cc7 (diff)
commands: Remove comma after URL in new site output
Some terminals include the comma in the URL when hyperlinking, resulting in a 404
Diffstat (limited to 'commands/new_site.go')
-rw-r--r--commands/new_site.go2
1 files changed, 1 insertions, 1 deletions
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 <THEMENAME>" command.
2. Perhaps you want to add some content. You can add single files
with "hugo new `)