still working on the curriculum page. Added signature to every post. Added categories...
[theme-danix.xyz.git] / layouts / post / single.html
CommitLineData
c2ea6701 1{{ define "article-main" }}
c2ea6701 2 <div class="inner">
06c2e9e4 3 {{- partial "funcs/datepublish.html" . -}}
c2ea6701 4 <p>{{ .Content }}</p>
06c2e9e4 5 <div id="post-signature">{{- partial "funcs/signature.html" . -}}</div>
6 <p>{{- partial "funcs/categories.html" . -}}</p>
7 <p>{{- partial "funcs/tags.html" . -}}</p>
26ee5f4d 8 <p>{{- partial "funcs/share-on-socials.html" . -}}</p>
ea61fd75 9 </div>
ea61fd75 10{{ end }}