aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/single/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/single/header.html')
-rw-r--r--layouts/partials/single/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/single/header.html b/layouts/partials/single/header.html
index f5ece1f..5566c56 100644
--- a/layouts/partials/single/header.html
+++ b/layouts/partials/single/header.html
@@ -3,7 +3,7 @@
<div class="d-flex align-items-center mb-4 text-muted">
<span class="d-flex align-items-center" title="{{- .Date | time.Format (or .Site.Params.dateFormat.published "02 Jan 2006") -}}">
{{ partial "icon.html" "calendar" }}
- {{- .Date | time.Format (or .Site.Params.dateFormat.published "02 Jan 2006") -}}
+ {{- .Date | time.Format (or .Site.Params.dateFormat.published "02 Jan 2006") -}}
</span>
</div>
{{ end }}