added bg image to header. Fixed backtotop link and icons in home and footer.
[theme-danix.xyz.git] / layouts / post / single.html
index 87a61c5..e475272 100644 (file)
@@ -1,5 +1,7 @@
-{{ define "post-main" }}
-<article class="post">
+{{ define "page-main" }}
+<article class="single-page">
+       <div id="page-content">
                {{ .Content }}
+       </div>
 </article>
 {{ end }}