diff --git a/src/themes/oscar/layouts/sections/archive.html b/src/themes/oscar/layouts/sections/archive.html new file mode 100644 index 0000000..77eeb88 --- /dev/null +++ b/src/themes/oscar/layouts/sections/archive.html @@ -0,0 +1,23 @@ +{{ define "main" }} + +
+

Archive

+
+ + {{ .Content }} + + {{ range (where .Site.RegularPages "Type" "posts").GroupByDate "2006" }} +

{{ .Key }}

+

{{ len .Pages }} posts

+ + {{ end }} + +
+
+ +{{ end }} +