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

github.com/appernetic/hugo-nederburg-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Lühr <mail@ayeks.de>2019-03-21 23:03:47 +0300
committerGitHub <noreply@github.com>2019-03-21 23:03:47 +0300
commit1473652100b404b577fe51025e37dbd0fcb1e5ee (patch)
tree9d9bb416f03a799db89c6e36db8b4d02258bd4bf
parentc70539bf084667474abc19266795391d78fd4288 (diff)
fix(layouts-contact): removed id main
HTMLProofer finding: - ./public/contact/index.html * 296:42: ERROR: ID main already defined (line 296)
-rw-r--r--layouts/contact/list.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/layouts/contact/list.html b/layouts/contact/list.html
index 82523b1..72539f2 100644
--- a/layouts/contact/list.html
+++ b/layouts/contact/list.html
@@ -3,8 +3,6 @@
<body class="page-template-default page ct-body singular singular-page not-front standard">
{{ end }}
{{ define "main" }}
- <div id="main" class="main" role="main">
-
<div id="loop-container" class="loop-container">
<div class="entry">
@@ -49,6 +47,5 @@
</div>
</div>
</div> </div>
-
- </div>
+
{{ end }}