added list page for categories
[theme-danix.xyz.git] / layouts / categories / list-baseof.html
diff --git a/layouts/categories/list-baseof.html b/layouts/categories/list-baseof.html
new file mode 100644 (file)
index 0000000..bfb6c1a
--- /dev/null
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html lang="{{ $.Site.LanguageCode | default "en" }}">
+       {{- partial "head.html" . -}}
+       <body class="is-preload">
+               <a id="top" class="skip-link screen-reader-text" href="#primary">skip to content</a>
+               <div id="wrapper">
+                       {{- partial "header.html" . -}}
+
+                       <section id="banner" class="major">
+                               <div class="inner">
+                                       <header class="major">
+                                               <h1>{{ .Site.Title }}</h1>
+                                       </header>
+                                       <div class="content">
+                                               <p>{{ .Site.Params.Description }}</p>
+                                       </div>
+                               </div>
+                       </section>
+
+                       <div id="main">
+                               {{- block "category-list" . }}{{- end }}
+                       </div>
+                       {{- partial "footer.html" . -}}
+               </div>
+               {{- partial "footer-addition.html" . -}}
+       </body>
+</html>
+