shithub: hugo

Download patch

ref: de7b9475c049e5df5b076d80799ebcbee3eb84c8
parent: d6ca728ff3c9e149d7d4ae2c5a3096e748ec0cc7
author: Joshua Arnott <[email protected]>
date: Wed Jun 19 18:03:30 EDT 2019

commands: Remove comma after URL in new site output

Some terminals include the comma in the URL when hyperlinking, resulting in a 404

--- a/commands/new_site.go
+++ b/commands/new_site.go
@@ -149,7 +149,7 @@
 	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 `)