summaryrefslogtreecommitdiff
path: root/_includes/views/site-brand.html
diff options
context:
space:
mode:
authorJeffrey Tse <jeffreytse.mail@gmail.com>2019-09-19 14:14:23 +0800
committerJeffrey Tse <jeffreytse.mail@gmail.com>2019-09-19 14:14:23 +0800
commitfc7e421ae280d7bb99d689d0ef740f3d0398ee26 (patch)
tree51983f52a46bcaf38c3deb86e9511b89036c9bfc /_includes/views/site-brand.html
parent563c82dd5201bef76f5a9fb683c097bc9127d001 (diff)
update: adjust header brand favicon, banner, etc
Diffstat (limited to '_includes/views/site-brand.html')
-rw-r--r--_includes/views/site-brand.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/_includes/views/site-brand.html b/_includes/views/site-brand.html
index cbb3b6c..e1ad4a8 100644
--- a/_includes/views/site-brand.html
+++ b/_includes/views/site-brand.html
@@ -1,7 +1,4 @@
-<a class="site-title" rel="author" href="{{ "/" | relative_url }}">
- {%- if site.favicon -%}
- <img class="site-favicon" title="{{ site.title | escape }}" src="{{
- site.favicon }}">
- {%- endif -%}
+<a class="site-brand-inner" rel="author" href="{{ "/" | relative_url }}">
+ <img class="site-favicon" title="{{ site.title | escape }}" src="{{ site.favicon }}" onerror="this.style.display='none'">
{{ site.title | escape }}
</a>