fixed images display on smaller screens
[theme-danix.xyz.git] / layouts / home.html
index 3ea6fd5..607fe39 100644 (file)
@@ -1,7 +1,8 @@
 {{ define "home-main" }}
-<article class="post">
-       <div id="home-content">
-               {{ .Content }}
-       </div>
-</article>
+<div class="inner">
+       <p>{{ .Content }}</p>
+
+       {{ partial "home-social-links.html" . }}
+
+</div>
 {{ end }}