diff --git a/_includes/htmlhead.html b/_includes/htmlhead.html index 3b3cf6f..9b92dac 100644 --- a/_includes/htmlhead.html +++ b/_includes/htmlhead.html @@ -3,6 +3,9 @@ + + + {% if page.title == site.title %}{{ site.title }}{% else %}{{ page.title }} · {{ site.title }}{% endif %} @@ -23,4 +26,4 @@ } - \ No newline at end of file + diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..c0013e1 Binary files /dev/null and b/favicon.ico differ