Reorganize post list partial
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{{ define "main" }}
|
||||
<main>
|
||||
<div class="content">
|
||||
{{ partial "posts/list.html" . }}
|
||||
{{ with .Site.GetPage "/posts" }}
|
||||
{{ partial "posts/list.html" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</main>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user