splitted up stylesheet and added lots of scaffolding to it. Style needs working.
[theme-danix.xyz.git] / layouts / page / list.html
index e475272..23d4372 100644 (file)
@@ -1,7 +1,7 @@
-{{ define "page-main" }}
-<article class="single-page">
-       <div id="page-content">
-               {{ .Content }}
+{{ define "list-main" }}
+<article>
+       <div class="inner">
+               <p>{{ .Content }}</p>
        </div>
 </article>
 {{ end }}