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.
2 parents e92d7e3 + e2805d4 commit 989f5daCopy full SHA for 989f5da
layouts/docs/list.html
@@ -1,6 +1,5 @@
1
{{ define "main" }}
2
<div class="td-content">
3
- {{ with .Params.description }}<div class="lead">{{ . | markdownify }}</div>{{ end }}
4
{{ $hasContent := false }}
5
{{ with .File }}
6
{{ if ne .Filename "" }}
@@ -12,6 +11,7 @@
12
11
{{ else }}
13
<h1>{{ .Title }}</h1>
14
{{ end }}
+ {{ with .Params.description }}<div class="lead">{{ . | markdownify }}</div>{{ end }}
15
{{ partial "section-index.html" . }}
16
</div>
17
0 commit comments