about summary refs log tree commit diff
path: root/layouts/partials/post-summary.html
blob: 1396d643922997092fbf86c59441f176fc8bbee4 (plain) (blame)
1
2
3
4
5
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" . }}