removed unused layout templates. Cleanup on breadcrumbs.
[theme-danix.xyz.git] / layouts / post / single-baseof.html
diff --git a/layouts/post/single-baseof.html b/layouts/post/single-baseof.html
deleted file mode 100644 (file)
index 1253cd5..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html lang="{{ $.Site.LanguageCode | default "en" }}">
-       {{- partial "head.html" . -}}
-       <body class="single-post blog">
-               <div id="page" class="blog-post">
-                       <a id="top" class="skip-link screen-reader-text" href="#primary">skip to content</a>
-                       {{- partial "header.html" . -}}
-                       {{- partial "breadcrumbs.html" . -}}
-                       <div id="content" class="site-content">
-                               <div id="primary" class="content-area">
-                                       <main id="main" class="site-main">
-                                               {{- block "post-main" . }}{{- end }}
-                                       </main>
-                               </div>
-                               <div id="secondary" class="related-content">
-                                       {{- partial "funcs/tags.html" . -}}
-                                       {{- partial "funcs/categories.html" . -}}
-                               </div>
-                       </div>
-                       {{- partial "footer.html" . -}}
-               </div>
-       </body>
-</html>