taxonomies (categories, tags, year/month/slug), syntax.css und Blog (posts).
This commit is contained in:
8
themes/basic/layouts/_default/year.html
Normal file
8
themes/basic/layouts/_default/year.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ define "main" }}
|
||||
<h2>{{ .Title }}</h2>
|
||||
|
||||
{{ range .Pages }}
|
||||
{{ partial "post_summary.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user