mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 17:12:27 +00:00
Rename theme path
This commit is contained in:
9
themes/hugo-theme-gruvbox/layouts/_default/list.html
Normal file
9
themes/hugo-theme-gruvbox/layouts/_default/list.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ define "main" }}
|
||||
<div class="content-section">
|
||||
<h1>{{ .Title | markdownify }}</h1>
|
||||
{{ with .Content }}
|
||||
<div>{{ . }}</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ partial "post-list.html" .Paginator }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user