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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author⧉ infominer <infominer@protonmail.com>2019-06-10 07:21:22 +0300
committerGitHub <noreply@github.com>2019-06-10 07:21:22 +0300
commita41bb3acc3139146f2a608551ce1438e4472062c (patch)
tree5de8dd704c8fd0147775ddefaa2ec8666d14fce1 /layouts
parent9853322b7431ecf21d535f58d67f3ee525ee40e5 (diff)
parent913019d8d87197af1722cde525acb069c25208d4 (diff)
Merge pull request #1 from AngeloStavrow/master
merge from master
Diffstat (limited to 'layouts')
-rw-r--r--layouts/404.html2
-rw-r--r--layouts/partials/header.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 0a58c13..1f0e7bb 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -5,7 +5,7 @@
<div id="sitelogo">
<a class="glyph" alt="Home" href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}images/site-logo.svg" alt="Site Logo" height="64px" width="64px"></a>
</div>
- <header>
+ <header>
{{ partial "pagenav.html" . }}
<h1 class="post-title">404</h1>
</header>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index fa0018f..e2a1dc0 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -5,7 +5,7 @@
<div id="sitelogo">
<a class="glyph" alt="Home" href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}images/site-logo.svg" alt="Site Logo" height="64px" width="64px"></a>
</div>
- <header>
+ <header>
{{ partial "pagenav.html" . }}
{{ if not .IsPage }}
<div id="site-header">
@@ -17,4 +17,4 @@
{{ end }}
</div>
{{ end }}
- </header> \ No newline at end of file
+ </header>