diff options
Diffstat (limited to '_includes/git-wiki/sections/header/header.html')
| -rw-r--r-- | _includes/git-wiki/sections/header/header.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_includes/git-wiki/sections/header/header.html b/_includes/git-wiki/sections/header/header.html index 8612103..8c7f5bb 100644 --- a/_includes/git-wiki/sections/header/header.html +++ b/_includes/git-wiki/sections/header/header.html @@ -1,7 +1,9 @@ <div class=" w3-xlarge w3-hide-large" id="git-wiki-mobile-header"> <button class="w3-button w3-teal" onclick="sidebar_toggle()">☰</button> <a href="{{ '/' | relative_url }}"> + {% if site.logo_url %} <img src="{{ site.logo_url }}" width="20px"> + {% endif %} {{ site.title }} </a> </div> |
