diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-19 12:28:18 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-19 12:28:18 +0100 |
| commit | 08bb243916dc812c2b6b18d0ff24710dd1a1306b (patch) | |
| tree | 29205a05be01aa4da3d840210aaa2a1df378d484 /_includes | |
| parent | fdf618453ade8897e3fd0b0055d46250cf627ed9 (diff) | |
| download | wiki-08bb243916dc812c2b6b18d0ff24710dd1a1306b.tar.gz wiki-08bb243916dc812c2b6b18d0ff24710dd1a1306b.tar.bz2 wiki-08bb243916dc812c2b6b18d0ff24710dd1a1306b.zip | |
link in mobile logo2.1.12
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/git-wiki/sections/header/header.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/_includes/git-wiki/sections/header/header.html b/_includes/git-wiki/sections/header/header.html index b496c53..8612103 100644 --- a/_includes/git-wiki/sections/header/header.html +++ b/_includes/git-wiki/sections/header/header.html @@ -1,6 +1,9 @@ <div class=" w3-xlarge w3-hide-large" id="git-wiki-mobile-header"> - <button class="w3-button w3-teal" onclick="sidebar_toggle()">☰</button> <img src="{{ site.logo_url }}" width="20px"> - {{ site.title }} + <button class="w3-button w3-teal" onclick="sidebar_toggle()">☰</button> + <a href="{{ '/' | relative_url }}"> + <img src="{{ site.logo_url }}" width="20px"> + {{ site.title }} + </a> </div> <header class="w3-sidebar w3-bar-block w3-collapse" id="git-wiki-sidebar"> <div> |
