Initial version
This commit is contained in:
commit
ed5653a7fc
211 changed files with 11043 additions and 0 deletions
3
themes/zen/layouts/partials/author-date.html
Normal file
3
themes/zen/layouts/partials/author-date.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{ with $.Param "author" | default site.Author.name }}<span class="author" itemprop="author">{{ . }}</span>{{ end -}}
|
||||
{{ if and .Date (or ($.Param "author") site.Author.name) }} - {{ end -}}
|
||||
{{ with .Date }}<time class="created-date" datetime="{{ .Format "2006-01-02T15:04:05Z07:00" }}">{{ .Format ($.Param "dateformat" | default "2 January, 2006") }}</time>{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue