hugo/layouts/section/commands.html
Bjørn Erik Pedersen dd78d5b23f Squashed 'docs/' content from commit 5d9a6703
git-subtree-dir: docs
git-subtree-split: 5d9a6703591c29283800d7b9e4c5c85981ed86d6
2017-06-26 20:46:06 +02:00

12 lines
366 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{ partial "header.html" . }}
<h1>Hugo Commands</h1>
<p>Hugos 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 }}
</ul>
{{ partial "footer.html" . }}