Draw the rest of the fucking owl
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
10
layouts/_default/list.html
Normal file
10
layouts/_default/list.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{{ define "main" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
<br />
|
||||
{{ .Content }}
|
||||
|
||||
|
||||
<div class="posts-list">
|
||||
{{ partial "posts.html" . }}
|
||||
</div>
|
||||
{{ end }}
|
Reference in New Issue
Block a user