changed type 'post' to type 'article' for single articles.
[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 c6f8bb9..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html lang="{{ $.Site.LanguageCode | default "en" }}">
-       {{- partial "head.html" . -}}
-       <body class="article is-preload">
-               <a id="top" class="skip-link screen-reader-text" href="#primary">skip to content</a>
-               <div id="wrapper">
-                       {{- partial "header.html" . -}}
-
-                       <section id="banner" class="major">
-                               <div class="inner">
-                                       <header class="major">
-                                               <h1>{{ .Title }}</h1>
-                                       </header>
-                                       <div class="content">
-                                               <p>{{ .Params.excerpt }}</p>
-                                       </div>
-                               </div>
-                       </section>
-
-                       <div id="main">
-                               <section id="one">
-                                       <div class="inner">
-                                               {{- partial "breadcrumbs.html" . -}}
-                                               {{- partial "prev-next.html" . -}}
-                                       </div>
-                               </section>
-                               <section id="two">
-                                       {{- block "article-main" . }}{{- end }}
-                               </section>
-                               <section id="three">
-                                       {{- partial "funcs/related.html" . -}}
-                               </section>
-                       </div>
-                       {{- partial "footer.html" . -}}
-               </div>
-               {{- partial "footer-addition.html" . -}}
-       </body>
-</html>