diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-06 19:02:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-06 19:02:51 +0100 |
| commit | f787baf3be7257bd93cfd44a813b7f2d803cafb5 (patch) | |
| tree | a356b79bc97aab9dc3e24d4d53ff019f08053fa8 /_includes | |
| parent | 2f28ef820291a0a53147c7354f2d8480f8c2a047 (diff) | |
| download | wiki-f787baf3be7257bd93cfd44a813b7f2d803cafb5.tar.gz wiki-f787baf3be7257bd93cfd44a813b7f2d803cafb5.tar.bz2 wiki-f787baf3be7257bd93cfd44a813b7f2d803cafb5.zip | |
Show title if no logo set in desktop mode
Diffstat (limited to '_includes')
| -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 ea83b2c..cd2f322 100644 --- a/_includes/git-wiki/sections/header/header.html +++ b/_includes/git-wiki/sections/header/header.html @@ -17,6 +17,8 @@ <div class="w3-hide-medium w3-hide-small"> {% if site.logo_url %} {% include git-wiki/components/logo/logo.html %} + {% else %} + {{ site.title | escape }} {% endif %} </div> |
