{% set home = repo_url | default("/", true) %}
{% if config.extra.logo %}
{% endif %}
{{ site_name }} {{ config.extra.version }} {% if repo_id %}
{{ repo_id }} {% endif %}
{% if repo_name == "GitHub" and repo_url %}
  • {% if config.extra.github and config.extra.github.download_release %} {% set version = config.extra.version | default("../latest") %} Download {% else %} {% set version = config.extra.version | default("master") %} Download {% endif %}
  • Stars –

{% endif %}
    {% for nav_item in nav %} {% include "nav.html" %} {% endfor %}