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

github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Feller <alxschwrz@gmail.comalexfinn@ubimo.com>2018-11-12 12:56:54 +0300
committerAlexander Feller <alxschwrz@gmail.comalexfinn@ubimo.com>2018-11-12 12:56:54 +0300
commitb0f80055e342e9a2d4c67e20cf80b2f20321809a (patch)
treeafce12493cb5b6defe183c81d3fa08547cdb7d9f
parentf42cd781e10712be72ff53e8e5a7ccf485d7e730 (diff)
.
-rw-r--r--layouts/partials/menu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html
index 9bc158b..986c44a 100644
--- a/layouts/partials/menu.html
+++ b/layouts/partials/menu.html
@@ -1,7 +1,7 @@
<div class="navbar navbar-fixed-top">
<div id="navbar-inner">
- <div id="logo">
- <a href="{{ .Site.Home }}"><img src="/images/letter-a.png" width="100px"></img></a>
- </div>
+ <div id="logo">
+ <a href="{{ .Site.BaseURL }}"><img src="/images/letter-a.png" width="100px"></img></a>
+ </div>
</div>
</div>