Merge commit 'e186c5d6f740bbdb62d2c6ea304977603a55e59a' as 'themes/paperesque'
This commit is contained in:
16
themes/paperesque/layouts/index.html
Normal file
16
themes/paperesque/layouts/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{{ 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 .Site.Params.Menu }}
|
||||
<li>
|
||||
<a href="{{ .url | relURL }}">
|
||||
<span class="post-title">{{ .name }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
Reference in New Issue
Block a user