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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html32
1 files changed, 15 insertions, 17 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 6ba3af1..5a6b937 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,20 +1,18 @@
{{ define "main" }}
-<section id="main">
- <article class="article article-type-post" itemscope="" itemprop="blogPost">
- <div class="article-inner">
- <div class="article-entry" itemprop="articleBody">
- <p>
- <center>
- <h1>
- {{with .Site.Data.l10n.page_not_found.title}}{{.}}{{end}}
- </h1>
- <h3>
- {{with .Site.Data.l10n.page_not_found.subtitle}}{{.}}{{end}}
- </h3>
- </center>
- </p>
- </div>
+<article class="article article-type-post" itemscope="" itemprop="blogPost">
+ <div class="article-inner">
+ <div class="article-entry" itemprop="articleBody">
+ <p>
+ <center>
+ <h1>
+ {{with .Site.Data.l10n.page_not_found.title}}{{.}}{{end}}
+ </h1>
+ <h3>
+ {{with .Site.Data.l10n.page_not_found.subtitle}}{{.}}{{end}}
+ </h3>
+ </center>
+ </p>
</div>
- </article>
-</section>
+ </div>
+</article>
{{ end }} \ No newline at end of file