Add description to other layouts
- helps adding description to sub-sections, search, terms, archive pages
This commit is contained in:
parent
a414d16b86
commit
9257321547
4 changed files with 21 additions and 1 deletions
|
|
@ -8,6 +8,11 @@
|
|||
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
|
||||
</svg>
|
||||
</h1>
|
||||
{{- if .Description }}
|
||||
<div class="post-description">
|
||||
{{ .Description }}
|
||||
</div>
|
||||
{{- end }}
|
||||
{{- if not (.Param "hideMeta") }}
|
||||
<div class="post-meta">
|
||||
{{- if .IsTranslated -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue