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.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/post-toc-summary.html b/layouts/partials/post-toc-summary.html
new file mode 100644
index 0000000..d9a70c7
--- /dev/null
+++ b/layouts/partials/post-toc-summary.html
@@ -0,0 +1,7 @@
+<span class="post-meta">
+ <time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
+ {{- .Date.Format (site.Params.dateFormatToc | default "2006.01.02") }}
+ </time>
+</span>
+
+<a href="{{ .Permalink }}">{{ .Title }} </a>