mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
9 lines
291 B
HTML
9 lines
291 B
HTML
<li class="post-item">
|
|
<span class="meta">{{ .Date.Format .Site.Params.dateform }}</span>
|
|
{{ if .Params.draft }}
|
|
<a href="{{ .RelPermalink }}"><span>Draft::{{ .Title }}</span></a>
|
|
{{ else }}
|
|
<a href="{{ .RelPermalink }}"><span>{{ .Title }}</span></a>
|
|
{{ end }}
|
|
</li>
|