Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html40
1 files changed, 19 insertions, 21 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 3406891..d4cad82 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,26 +1,24 @@
{{ partial "head" . }}
-<body class="post-template">
- <div class="page">
- <section class="header-wrapper">
- {{ partial "header" . }}
- {{ partial "navigation" . }}
- </section>
- <main class="content" role="main" id="main-content" itemscope itemtype="http://schema.org/Article">
- <article class="post">
- <header>
- <h1 class="post-title" itemprop="name">{{ .Title }}</h1>
- </header>
- <section class="post-content" itemprop="articleBody">
- {{ .Content }}
- </section>
- <footer class="post-meta">
- {{ partial "post-meta" . }}
- </footer>
- </article>
- </main>
- {{ partial "footer" . }}
- </div>
+<body class="template template--post">
+ <section class="header-wrapper">
+ {{ partial "header" . }}
+ {{ partial "navigation" . }}
+ </section>
+ <main class="content" role="main" id="main-content" itemscope itemtype="http://schema.org/Article">
+ <article class="post">
+ <header>
+ <h1 class="post-title" itemprop="name">{{ .Title }}</h1>
+ </header>
+ <section class="post-content" itemprop="articleBody">
+ {{ .Content }}
+ </section>
+ <footer class="post-meta">
+ {{ partial "post-meta" . }}
+ </footer>
+ </article>
+ </main>
+ {{ partial "footer" . }}
{{ partial "js" . }}
</body>
</html>