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