diff options
Diffstat (limited to 'site/layouts/post/list.html')
| -rw-r--r-- | site/layouts/post/list.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/site/layouts/post/list.html b/site/layouts/post/list.html deleted file mode 100644 index 5d13c7e..0000000 --- a/site/layouts/post/list.html +++ /dev/null @@ -1,14 +0,0 @@ -{{ partial "header" . }} -{{ partial "nav" . }} - -{{ partial "jumbotron" (dict "imageUrl" "img/2.jpg" "title" "post title goes here") }} - -<ul class="flex-l"> - {{ range .Data.Pages }} - <div> - {{ .Render "li"}} - </div> - {{ end }} -</ul> - -{{ partial "footer" . }} |
