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