summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/sections/header
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2020-01-06 14:01:22 +0100
committerGitHub <noreply@github.com>2020-01-06 14:01:22 +0100
commit89fbb2f4a2ab7d8a51d665ea399e1b242528b30f (patch)
tree2e8426e1d8d8c27fd5166e1901a4e02daac85605 /_includes/git-wiki/sections/header
parentf685d1ac9060cad742685797932d58dfb112af1d (diff)
downloadwiki-89fbb2f4a2ab7d8a51d665ea399e1b242528b30f.tar.gz
wiki-89fbb2f4a2ab7d8a51d665ea399e1b242528b30f.tar.bz2
wiki-89fbb2f4a2ab7d8a51d665ea399e1b242528b30f.zip
Fixed wrong behaviour with title
Diffstat (limited to '_includes/git-wiki/sections/header')
-rw-r--r--_includes/git-wiki/sections/header/header.html4
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>