diff options
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/git-wiki/sections/header/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/git-wiki/sections/header/header.html b/_includes/git-wiki/sections/header/header.html index 262bed9..ea83b2c 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 | escape }} </a> </div> <header class="w3-sidebar w3-bar-block w3-collapse" id="git-wiki-sidebar"> @@ -52,4 +52,4 @@ $(sidebar).attr('style', 'display: block;'); } } -</script>
\ No newline at end of file +</script> |
