shithub: hugo

Download patch

ref: 4b9493cb035a83bb6bb3b90270c6960c93bd3a64
parent: 5d0748ce51d0a86843bfd6569fd3cd18fa20ed5a
author: Mark D. Blackwell <[email protected]>
date: Fri Jan 6 04:49:15 EST 2017

docs: Improve command reference page

--- a/docs/layouts/section/commands.html
+++ b/docs/layouts/section/commands.html
@@ -1,9 +1,12 @@
 {{ partial "header.html" . }}
 <h1>Hugo Commands</h1>
-<p>This is an autogenerated and up-to-date (thanks to <a href="https://github.com/spf13/cobra">Cobra</a>) documentation for all the CLI commands in Hugo.</p>
+<p>Hugo’s CLI (command line interface) commands are listed here.
+This autogenerated list is always up to date (thanks to
+    <a href="https://github.com/spf13/cobra">Cobra</a>).
+</p>
 <ul>
-{{ range .Data.Pages }}
-<li><a href="{{ .URL }}">{{ .Title }}</a></li>
-{{ end }}
+{{- range .Data.Pages }}
+    <li><a href="{{ .URL }}">{{ .Title }}</a></li>
+{{- end }}
 </ul>
 {{ partial "footer.html" . }}