mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Add all files
This commit is contained in:
15
layouts/index.html
Normal file
15
layouts/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{{ partial "header.html" . }}
|
||||
<div class="section main">
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
<div class="page-heading">Posts</div>
|
||||
{{ range .Data.Pages.ByPublishDate }}
|
||||
{{ if eq .Section "posts" }}
|
||||
{{ partial "li.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
|
Reference in New Issue
Block a user