Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index cb1ee48..66e5ae8 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -64,7 +64,7 @@
</div>
<div class="matter">
<article>
-<h3 class="title small"><a href="{{ .RelPermalink }}">{{.Title}}{{ if .Draft }}<sup class="draft-label">DRAFT</sup>{{ end }}</a></h3>
+<h3 class="title small"><a href="{{ .RelPermalink }}">{{.Title}}{{partial "post_label.html" (dict "post" .)}}</a></h3>
{{- if not .Params.hidemeta }}
<p class="post-meta">
{{ partial "post_meta.html" . }}