Initial commit
This commit is contained in:
parent
1228692325
commit
dbe51f693d
23 changed files with 1924 additions and 0 deletions
8
layouts/partials/archive.html
Normal file
8
layouts/partials/archive.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{{ range (.Pages.GroupByDate "2006") }}
|
||||
<h3>{{ .Key }}</h3>
|
||||
{{ range .Pages }}
|
||||
<time datetime="{{ .Date.Format " 2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "01/02" }}</time>
|
||||
<a class="title" href="{{ .Params.externalLink | default .RelPermalink }}">{{ .Title }}</a><br>
|
||||
{{- end -}}
|
||||
{{ end }}
|
||||
|
Reference in a new issue