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

github.com/yihui/hugo-xmag.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2017-07-11 08:58:07 +0300
committerYihui Xie <xie@yihui.name>2017-07-11 08:58:07 +0300
commita6d5e719acc5bbdbed2d2baee980b383b6acb368 (patch)
treea4d0c5798d80f4c993afd57440628dc911b1935b /layouts
parent02a794ea6af4e9fd53ca2b4e67bb1b2f2218b90d (diff)
place terms in <article>
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/terms.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html
index beabff8..fa91d47 100644
--- a/layouts/_default/terms.html
+++ b/layouts/_default/terms.html
@@ -1,6 +1,7 @@
{{ partial "header.html" . }}
<div class="container">
+<article>
<main>
<h1>{{ .Title }}</h1>
@@ -15,6 +16,7 @@
{{ end }}
</ul>
</main>
+</article>
</div>
{{ partial "footer.html" . }}