Browse Source

Update list to be a main block

tags/v1.0.0
Stefano Chiodino 6 years ago
parent
commit
a1903c96e9
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      layouts/_default/list.html

+ 3
- 1
layouts/_default/list.html View File

{{ define "main" }}

{{ partial "header.html" . }} {{ partial "header.html" . }}


{{ partial "navigation.html" . }} {{ partial "navigation.html" . }}
</section> </section>
{{"<!-- /blog -->" | safeHTML}} {{"<!-- /blog -->" | safeHTML}}


{{ partial "footer.html" . }}
{{ end }}

Loading…
Cancel
Save