We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789826f commit 2f68349Copy full SHA for 2f68349
themes/geekboot/layouts/partials/auto-index.html
@@ -4,6 +4,9 @@
4
*/}}
5
{{ if .RegularPages }}
6
<div class="auto-index">
7
+ {{ if .Params.description }}
8
+ <p>{{ .Params.description }}</p>
9
+ {{ end }}
10
<p>Topics in this section:</p>
11
<ul>
12
{{ range .RegularPages.ByWeight }}
0 commit comments