various fixes, added pagination and articles prev/next links.
[theme-danix.xyz.git] / layouts / page / list-baseof.html
index f3beae8..a802655 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="{{ $.Site.LanguageCode | default "en" }}">
        {{- partial "head.html" . -}}
-       <body class="blog is-preload">
+       <body class="page-list is-preload">
                <a id="top" class="skip-link screen-reader-text" href="#primary">skip to content</a>
                <div id="wrapper">
                        {{- partial "header.html" . -}}
                                        </header>
                                        <div class="content">
                                                <p>{{ .Site.Params.Description }}</p>
-                                               <ul class="actions">
-                                                       <li><a href="#one" class="button next scrolly">Let's go!!</a></li>
-                                               </ul>
                                        </div>
                                </div>
                        </section>
                        <div id="main">
-                               {{- block "list-main" . }}{{- end }}
+                               {{- block "page-list-main" . }}{{- end }}
                        </div>
                        {{- partial "footer.html" . -}}
                </div>