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

github.com/jrutheiser/hugo-lithium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Rutheiser <jonathan.rutheiser@gmail.com>2016-11-07 02:37:23 +0300
committerGitHub <noreply@github.com>2016-11-07 02:37:23 +0300
commit7055fa393ba9686c5bd4c0867064096542a1365f (patch)
treef5932898220f54f7c7a87e243f2b498b99ecabf0
parent8761c389cc3c9b9ae71719d573ea7fe4a92a8e94 (diff)
parent74b8e6e847653c9388fe367809e3d6d249e2eb66 (diff)
Merge pull request #5 from shiva/master
Fix warning during hugo generation
-rw-r--r--layouts/partials/nav.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 84ca9f8..607878c 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -1,7 +1,9 @@
<nav class="nav">
<a href="{{ .Site.BaseURL }}" class="nav-logo">
- <img src="{{ .Site.BaseURL }}images/{{ .Site.Params.logo.url }}" width="{{
- .Site.Params.logo.width }}" height="{{ .Site.Params.logo.height }}" alt="{{ .Site.Params.logo.alt }}">
+ <img src="{{ .Site.BaseURL }}images/{{ .Site.Params.logo.url }}"
+ width="{{ .Site.Params.logo.width }}"
+ height="{{ .Site.Params.logo.height }}"
+ alt="{{ .Site.Params.logo.alt }}">
</a>
<ul class="nav-links">