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

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post-metadata-single.html')
-rw-r--r--layouts/partials/post-metadata-single.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/layouts/partials/post-metadata-single.html b/layouts/partials/post-metadata-single.html
index fdb4dc8..cddde50 100644
--- a/layouts/partials/post-metadata-single.html
+++ b/layouts/partials/post-metadata-single.html
@@ -1,12 +1,11 @@
-<h1 class="title"><a href="{{ .Permalink }}">{{ .Title }}</a>{{ if .Draft }} ::Draft{{ end }}
- <small class="text-muted pull-right">{{ .Date.Format "January 2, 2006" }}</small>
-</h1>
+<h1 class="title"><a href="{{ .Permalink }}">{{ .Title }}</a>{{ if .Draft }} ::Draft{{ end }}</h1>
<div class="post-metadata">
{{ if (ne ($.Param "displayauthor") false) }}
<small class="text-muted">by {{ .Params.author | default .Site.Params.author }}</small>
{{ end }}
- <p class="text-muted"></p>
+ <p class="text-muted">{{ .Params.subtitle }}</p>
{{ if .Params.tags }}
{{ partial "tags" .Params.tags }}
{{ end }}
+ <p class="text-muted"><i class="fa fa-calendar" aria-hidden="true"></i> {{ .Date.Format "January 2, 2006" }}</p>
</div> \ No newline at end of file