diff options
Diffstat (limited to '_includes/views')
-rw-r--r-- | _includes/views/site-brand.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_includes/views/site-brand.html b/_includes/views/site-brand.html index e1ad4a8..c7d63a3 100644 --- a/_includes/views/site-brand.html +++ b/_includes/views/site-brand.html @@ -1,4 +1,3 @@ <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 }} + <img class="site-favicon" title="{{ site.title | escape }}" src="{{ site.favicon }}" onerror="this.style.display='none'"> </a> |