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