summaryrefslogtreecommitdiffstats
path: root/layouts/partials/post-toc-summary.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post-toc-summary.html')
-rw-r--r--layouts/partials/post-toc-summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post-toc-summary.html b/layouts/partials/post-toc-summary.html
index d9a70c7..371a6f1 100644
--- a/layouts/partials/post-toc-summary.html
+++ b/layouts/partials/post-toc-summary.html
@@ -1,6 +1,6 @@
<span class="post-meta">
<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
- {{- .Date.Format (site.Params.dateFormatToc | default "2006.01.02") }}
+ {{- .Date | time.Format (site.Params.dateFormatToc | default "2006.01.02") }}
</time>
</span>