diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-17 00:12:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-17 00:12:18 +0100 |
| commit | 6c66bc4715581f3c53af7e6ea948e5c8751d59aa (patch) | |
| tree | c6eaf5ea6173a6a63ce49bf3a86605f99aacbd7a /_includes | |
| parent | c8eda0b86f2cf154abcefc68109b33700596606a (diff) | |
| download | wiki-6c66bc4715581f3c53af7e6ea948e5c8751d59aa.tar.gz wiki-6c66bc4715581f3c53af7e6ea948e5c8751d59aa.tar.bz2 wiki-6c66bc4715581f3c53af7e6ea948e5c8751d59aa.zip | |
Fixed logo condition
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/gw_header/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/gw_header/header.html b/_includes/gw_header/header.html index 1b0b74c..b89abf9 100644 --- a/_includes/gw_header/header.html +++ b/_includes/gw_header/header.html @@ -3,7 +3,7 @@ {% include {{ site.inc_before_header }} %} {% endif %} - {% if site.show_downloads %} + {% if site.logo_url %} {% include gw_header/logo.html %} {% endif %} @@ -18,4 +18,4 @@ {% if site.inc_after_header %} {% include {{ site.inc_after_header }} %} {% endif %} -</header>
\ No newline at end of file +</header> |
