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:
authorGlenn Dixon <dixonge@users.noreply.github.com>2019-05-26 18:38:25 +0300
committerGitHub <noreply@github.com>2019-05-26 18:38:25 +0300
commit69e33a4da651efefa95807b2528d25b38eee0118 (patch)
treea47eec699b52e735e57df106d1b5bb1f5642133b
parent1ee0292d6ac02275a0afb28871c827370d443fec (diff)
Whitespace/other cleanup
removed trailing whitespace
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
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>