Add descriptions to list template #55
This commit is contained in:
parent
21a7537bab
commit
4343550d78
4 changed files with 10 additions and 0 deletions
|
|
@ -10,3 +10,7 @@
|
|||
</ul>
|
||||
|
||||
{{ end }}
|
||||
|
||||
{{define "aside" }}
|
||||
{{ if .Params.description }}<p>{{ .Params.description }}</p>{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
|||
|
|
@ -20,3 +20,7 @@
|
|||
</article>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{define "aside" }}
|
||||
{{ if .Params.description }}<p>{{ .Params.description }}</p>{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue