---
---
{% if page.description or page.id == 'home' %}
{% endif %}
{{ page.title }}
{% assign href = '/icons/favicon-16x16.png' %}
{% unless site.github.hostname == 'github.com' %}
{% capture href %}{% base64 icons/favicon-16x16.png %}{% endcapture %}
{% endunless %}
{% assign pageURL = page.url | remove_first:'.html' %}
{% assign docsURL = '/docs/' | append:site.release %}
{% if pageURL != docsURL %}
{% endif %}
{{ content }}