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

menu.html « partials « layouts - github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9bc158ba021098cce1df7274acb72006a96b22a5 (plain)
1
2
3
4
5
6
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>
</div>