edited post
This commit is contained in:
parent
1bc82e3013
commit
12d6252ab8
|
@ -7,7 +7,7 @@
|
|||
{{- if not .IsHome | and .Title }}
|
||||
<header class="page-header">
|
||||
{{- partial "breadcrumbs.html" . }}
|
||||
<h1>
|
||||
<h2>
|
||||
{{ .Title }}
|
||||
{{- if and (or (eq .Kind `term`) (eq .Kind `section`)) (.Param "ShowRssButtonInSectionTermList") }}
|
||||
<a href="index.xml" title="RSS" aria-label="RSS">
|
||||
|
@ -19,7 +19,7 @@
|
|||
</svg>
|
||||
</a>
|
||||
{{- end }}
|
||||
</h1>
|
||||
</h2>
|
||||
{{- if .Description }}
|
||||
<div class="post-description">
|
||||
{{ .Description | markdownify }}
|
||||
|
|
Loading…
Reference in New Issue