about summary refs log tree commit diff
path: root/layouts/partials/post-summary.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post-summary.html')
-rw-r--r--layouts/partials/post-summary.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/post-summary.html b/layouts/partials/post-summary.html
new file mode 100644
index 0000000..1396d64
--- /dev/null
+++ b/layouts/partials/post-summary.html
@@ -0,0 +1,6 @@
+{{ with .Params.date }}
+<time>{{ .Format "2006-01-02" }}</time>:
+{{ end }}
+<a class="u-url" href="{{ .RelPermalink }}">{{ trim .Title " " }}</a>
+{{ if .Params.draft }}(draft){{end}}
+{{ partial "post-language-switcher.html" . }}