summaryrefslogtreecommitdiffstats
path: root/docs/layouts
diff options
context:
space:
mode:
authorMark D. Blackwell <markdblackwell01@gmail.com>2017-01-06 09:49:15 -0500
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-03-13 12:40:19 +0100
commit4b9493cb035a83bb6bb3b90270c6960c93bd3a64 (patch)
treedb3faddc1fb2691ca384317b00221a813906ba8e /docs/layouts
parent5d0748ce51d0a86843bfd6569fd3cd18fa20ed5a (diff)
docs: Improve command reference page
Diffstat (limited to 'docs/layouts')
-rw-r--r--docs/layouts/section/commands.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/layouts/section/commands.html b/docs/layouts/section/commands.html
index 893dea220..afa045452 100644
--- 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" . }}