mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 17:12:27 +00:00
Switch themes to minimo
This commit is contained in:
24
themes/minimo/layouts/page/archive.html
Normal file
24
themes/minimo/layouts/page/archive.html
Normal file
@@ -0,0 +1,24 @@
|
||||
{{ partial "header" . }}
|
||||
|
||||
{{ partial "header/header" . }}
|
||||
|
||||
{{ if .Content }}
|
||||
<div class='entry'>
|
||||
{{ partial "entry/content" . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
<div class='container list-container'>
|
||||
{{ range ( where .Site.RegularPages "Type" "ne" "page" ).GroupByDate "2006" }}
|
||||
<div class='archive-group sep-after'>
|
||||
<h3>{{ .Key }}</h3>
|
||||
<ul class='list'>
|
||||
{{ range .Pages }}
|
||||
{{ .Render "li.archive" }}
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
{{ partial "footer" . }}
|
Reference in New Issue
Block a user