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

github.com/kritoke/darksimplicity.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.html20
1 files changed, 11 insertions, 9 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index cab14b0..31a6fd1 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,11 +1,13 @@
{{ partial "header.html" . }}
- <article itemscope itemtype="http://schema.org/Blog">
- <h3><a class="post-title-link" href="{{ .Permalink }}">{{ .Title }}</a></h3>
- {{ if isset .Params "tags" }}
- <div class="tags">tags: &nbsp;
- <span itemprop="keywords">{{ range .Params.tags }}<a class="tag-link" href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" rel="tag">{{ . }} </a>{{ end }}
- </span>
- </div>{{ end }}
- <div class="content-full">{{ .Content }}{{ partial "disqus.html" . }}</div>
- </article>
+ <main>
+ <article itemscope itemtype="http://schema.org/Blog">
+ <h3><a class="post-title-link" href="{{ .Permalink }}">{{ .Title }}</a></h3>
+ {{ if isset .Params "tags" }}
+ <div class="tags">tags: &nbsp;
+ <span itemprop="keywords">{{ range .Params.tags }}<a class="tag-link" href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" rel="tag">{{ . }} </a>{{ end }}
+ </span>
+ </div>{{ end }}
+ <div class="content-full">{{ .Content }}{{ partial "disqus.html" . }}</div>
+ </article>
+ </main>
{{ partial "footer.html" . }}