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 'alexfinn' Ivanov <alexfinn@protonmail.ch>2015-12-28 09:36:12 +0300
committerAlexander 'alexfinn' Ivanov <alexfinn@protonmail.ch>2015-12-28 09:36:12 +0300
commit5c5802743d5ef0030ae73f9290bb356ab9834402 (patch)
tree7ca1e6897ab06a179b1c9040d7277b512b1c2e1b
parent90b9f0604875a04595d3998bb89e3dba5055d5b2 (diff)
parent3b56669234d3f5dfb16b4e9928ecc57b9b4678f4 (diff)
Merge pull request #4 from silasdavis/baseurl-menu
point menu to BaseURL
-rw-r--r--layouts/chrome/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/chrome/menu.html b/layouts/chrome/menu.html
index 9408e38..ed9a3a0 100644
--- a/layouts/chrome/menu.html
+++ b/layouts/chrome/menu.html
@@ -1,7 +1,7 @@
<div class="navbar navbar-fixed-top">
<div id="navbar-inner">
<div id="logo">
- <a href="http://ru.alexfinn.de"><img src="/images/letter-a.png" width="100px"></img></a>
+ <a href="{{ .Site.BaseURL }}"><img src="/images/letter-a.png" width="100px"></img></a>
</div>
</div>
</div>