summaryrefslogtreecommitdiff
path: root/_includes/views
diff options
context:
space:
mode:
Diffstat (limited to '_includes/views')
-rw-r--r--_includes/views/site-brand.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/_includes/views/site-brand.html b/_includes/views/site-brand.html
index 5652aff..cbb3b6c 100644
--- a/_includes/views/site-brand.html
+++ b/_includes/views/site-brand.html
@@ -1 +1,7 @@
-<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
+<a class="site-title" rel="author" href="{{ "/" | relative_url }}">
+ {%- if site.favicon -%}
+ <img class="site-favicon" title="{{ site.title | escape }}" src="{{
+ site.favicon }}">
+ {%- endif -%}
+ {{ site.title | escape }}
+</a>