First commit
This commit is contained in:
9
themes/alpha-church/layouts/series/list.html
Normal file
9
themes/alpha-church/layouts/series/list.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ define "main" }}
|
||||
{{ "<!-- Main -->" | safeHTML }}
|
||||
<section id="main" class="container">
|
||||
<header>
|
||||
<h2>{{ .Title | title }}</h2>
|
||||
</header>
|
||||
{{ partial "listbody" . }}
|
||||
</section>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user