mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Readded list default that is same as single default
This commit is contained in:
parent
84b4d3d344
commit
cd7600e6fd
1 changed files with 9 additions and 0 deletions
9
layouts/_default/list.html
Normal file
9
layouts/_default/list.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ define "main"}}
|
||||
<h1 class='title'>{{ .Title }}</h1>
|
||||
{{ partial "header.html" . }}
|
||||
<!-- content -->
|
||||
<div id="contentBody">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
{{ end }}
|
Loading…
Reference in a new issue