added various SVG and fixed display of footer and some shortcodes. Initial fix of...
[theme-danix.xyz.git] / layouts / home.html
CommitLineData
213775dd 1{{ define "home-main" }}
f945c30b 2<div class="inner">
3 <p>{{ .Content }}</p>
26ee5f4d 4
5 {{ partial "home-social-links.html" . }}
6
f945c30b 7</div>
213775dd 8{{ end }}