diff options
Diffstat (limited to 'layouts/unix-history/list.html')
-rw-r--r-- | layouts/unix-history/list.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/layouts/unix-history/list.html b/layouts/unix-history/list.html index 6295d15..e4e4a83 100644 --- a/layouts/unix-history/list.html +++ b/layouts/unix-history/list.html @@ -1,33 +1,2 @@ -{{ define "head"}} -<a href="/">Back</a> -<hr> -{{end}} - - - {{ define "main" }} - -{{if .Page.Content}} - {{ .Page.Content }} - {{- if .Params.primary_menu }} - {{ partial "single/bottom_nav.html" (dict "menuID" .Page.Params.primary_menu "page" .) }} - {{- end }} - - {{ partial "single/dates.html" . }} -{{ else }} - - {{ if in .Page.Params.Categories "blog" }} - {{ partial "partials/blog_index.html" . }} - {{ else if in .Page.Params.Categories "article" }} - {{ partial "partials/article_index.html" . }} - {{ else }} - - <h2>Articles</h2> - {{ range .Data.Pages }} - {{ partial "partials/article_list_item.html" . }} - {{ end }} - - {{ end }} -{{end}} - {{ end }} |