Squashed 'themes/paperesque/' content from commit 228903d
git-subtree-dir: themes/paperesque git-subtree-split: 228903d2bad09f92d4de8a2922806fafd24d3966
This commit is contained in:
24
layouts/_default/list.html
Normal file
24
layouts/_default/list.html
Normal file
@@ -0,0 +1,24 @@
|
||||
{{ define "content" }}
|
||||
<section id="main" class="content-container article-pad-v">
|
||||
<div>
|
||||
<h1 id="title" style="margin-bottom: 0.75em">{{.Title}}</h1>
|
||||
<ul id="list" class="list-unstyled list-of-titles">
|
||||
{{ range .Data.Pages.ByDate.Reverse }}
|
||||
<li class="{{if .Draft }}draft{{ end }}">
|
||||
<a href="{{ .RelPermalink}}">
|
||||
<span class="post-title">{{ .Title }}</span>
|
||||
<br>
|
||||
<span class="post-meta">{{ .Date.Format "January 2, 2006" }}</span>
|
||||
<br>
|
||||
<span class="post-meta">
|
||||
{{ range .Params.tags }}
|
||||
#{{ . }}
|
||||
{{ end }}
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user