changed type 'post' to type 'article' for single articles.
[theme-danix.xyz.git] / layouts / post / single.html
diff --git a/layouts/post/single.html b/layouts/post/single.html
deleted file mode 100644 (file)
index 591556c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{{ 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 }}