aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/list.html2
-rw-r--r--layouts/_default/single.html2
-rw-r--r--layouts/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 6d1c04f..d2c59a7 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,6 +1,6 @@
{{ define "main" }}
-<article class="article">
+<article>
{{ $pgs := where .Data.Pages "Params.hidden" "ne" "true" }}
{{ partial "postlist" $pgs }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 524145a..fe2477e 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -38,7 +38,7 @@
</div>
{{ end }}
-<article class="article">
+<article>
{{ .Content }}
</article>
diff --git a/layouts/index.html b/layouts/index.html
index 523ad08..2ab8c40 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,6 +1,6 @@
{{ define "main" }}
-<article class="article">
+<article>
<h1>{{ .Site.Home.Title }}</h1>