added various SVG and fixed display of footer and some shortcodes. Initial fix of...
[theme-danix.xyz.git] / layouts / post / single.html
index aec452e..4fd57a7 100644 (file)
@@ -1,8 +1,7 @@
 {{ define "article-main" }}
-<article>
        <div class="inner">
                <p>{{ .Content }}</p>
                <p>firma e metadata</p>
+               <p>{{- partial "funcs/share-on-socials.html" . -}}</p>
        </div>
-</article>
 {{ end }}