added rss template. General cleanup of the theme.
[theme-danix.xyz.git] / layouts / home.html
index 48fb5fd..567739c 100644 (file)
@@ -1,7 +1,5 @@
 {{ define "home-main" }}
-<article>
-       <div class="inner">
-               <p>{{ .Content }}</p>
-       </div>
-</article>
+<div class="inner">
+       <p>{{ .Content }}</p>
+</div>
 {{ end }}