Merge branch 'master' of github.com:gardient/hugo-bootswatch-slate
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
{{ partial "header.html" . }}
|
|
||||||
<!-- TODO: actual list page content -->
|
|
||||||
{{ partial "footer.html" . }}
|
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
<h2>{{ .Site.Params.subtitle }}</h2>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{{ $paginator := .Paginate ( where .Data.Pages "Type" "post") }}
|
{{ $paginator := .Paginate ( where .Data.Pages "Type" "post") }}
|
||||||
|
|||||||
Reference in New Issue
Block a user