diff --git a/_includes/favicon.html b/_includes/favicon.html deleted file mode 100644 index c485d4c..0000000 --- a/_includes/favicon.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/_includes/head.html b/_includes/head.html index 5129457..0added6 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,8 +2,6 @@ - {% include favicon.html %} - {% if site.ga_tracking != nil %} diff --git a/_includes/head_custom.html b/_includes/head_custom.html index e69de29..c485d4c 100644 --- a/_includes/head_custom.html +++ b/_includes/head_custom.html @@ -0,0 +1 @@ + diff --git a/docs/customization.md b/docs/customization.md index f03d9e3..4a5f872 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -168,20 +168,28 @@ The (optional) `text-delta` class makes the heading appear as **Contents**{:.tex This content appears at the bottom of every page's main content. More info for this include can be found in the [Configuration - Footer content]({{ site.baseurl }}{% link docs/configuration.md %}#footer-content). -### Custom Head +### Custom Head and Favicon `_includes/head_custom.html` Any HTML added to this file will be inserted before the closing `` tag. This might include additional ``, ``, or `