added various SVG and fixed display of footer and some shortcodes. Initial fix of...
[theme-danix.xyz.git] / layouts / post / single.html
CommitLineData
c2ea6701 1{{ define "article-main" }}
c2ea6701 2 <div class="inner">
3 <p>{{ .Content }}</p>
4 <p>firma e metadata</p>
26ee5f4d 5 <p>{{- partial "funcs/share-on-socials.html" . -}}</p>
ea61fd75 6 </div>
ea61fd75 7{{ end }}