diff options
Diffstat (limited to '_includes/git-wiki/sections')
| -rw-r--r-- | _includes/git-wiki/sections/header/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/git-wiki/sections/header/header.html b/_includes/git-wiki/sections/header/header.html index 8c7f5bb..262bed9 100644 --- a/_includes/git-wiki/sections/header/header.html +++ b/_includes/git-wiki/sections/header/header.html @@ -3,8 +3,8 @@ <a href="{{ '/' | relative_url }}"> {% if site.logo_url %} <img src="{{ site.logo_url }}" width="20px"> + {{ site.title | escape }} {% endif %} - {{ site.title }} </a> </div> <header class="w3-sidebar w3-bar-block w3-collapse" id="git-wiki-sidebar"> |
