Merge 2a4275686c
into 65c2720ab9
This commit is contained in:
@ -70,6 +70,8 @@
|
||||
<h2>
|
||||
{{- .Title }}
|
||||
{{- if .Draft }}<sup><span class="entry-isdraft"> [draft]</span></sup>{{- end }}
|
||||
{{- if and (not .Date.IsZero) (gt (time .Date) now) }}<sup><span class="entry-isfuture"> [future]</span></sup>{{- end }}
|
||||
{{- if and (not .ExpiryDate.IsZero) (gt now (time .ExpiryDate)) }}<sup><span class="entry-isexpired"> [expired]</span></sup>{{- end }}
|
||||
</h2>
|
||||
</header>
|
||||
{{- if (ne (.Param "hideSummary") true) }}
|
||||
|
Reference in New Issue
Block a user