still working on the curriculum page. Added signature to every post. Added categories...
[theme-danix.xyz.git] / layouts / post / single.html
index 87a61c5..591556c 100644 (file)
@@ -1,5 +1,10 @@
-{{ define "post-main" }}
-<article class="post">
-               {{ .Content }}
-</article>
+{{ define "article-main" }}
+       <div class="inner">
+               {{- partial "funcs/datepublish.html" . -}}
+               <p>{{ .Content }}</p>
+               <div id="post-signature">{{- partial "funcs/signature.html" . -}}</div>
+               <p>{{- partial "funcs/categories.html" . -}}</p>
+               <p>{{- partial "funcs/tags.html" . -}}</p>
+               <p>{{- partial "funcs/share-on-socials.html" . -}}</p>
+       </div>
 {{ end }}