diff options
Diffstat (limited to 'themes/markskitchen/layouts/_default/list.html')
-rw-r--r-- | themes/markskitchen/layouts/_default/list.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/themes/markskitchen/layouts/_default/list.html b/themes/markskitchen/layouts/_default/list.html deleted file mode 100644 index 45c8631..0000000 --- a/themes/markskitchen/layouts/_default/list.html +++ /dev/null @@ -1,22 +0,0 @@ -{{ define "head" }} -<link rel="stylesheet" href='{{ "css/list.css" | absURL }}'> -{{ end }} - -{{ define "main" }} -{{ if .Content }} -<main id="main" class="post"> - <article class="content"> - {{ .Content }} - </article> -{{ else }} -<main id="main"> - <ul> - {{ range .Pages }} - <li> - <a class="link" href="{{ .RelPermalink }}">{{ .Title }} <i class="item-date"> --- {{ .PublishDate.Format "January 2, 2006"}}</i></a> - </li> - {{ end }} - </ul> -{{ end}} -</main> -{{ end }} |