{{ site.title }}

    {% for item in site.navigation %} {% if item.url contains '://' %} {% assign url = item.url %} {% else %} {% assign url = item.url | relative_url %} {% endif %}
  • {{item.title}}
  • {% endfor %}

© {% if copyrightYear %}{{copyrightYear}}{% else %}{{ site.time | date: '%Y' }}{% endif %} {{ site.copyrightName }}.
{% if site.webSource %} Contribute to this site.
{% endif %} {% for item in site.footerLinks %} {% if item.url contains '://' %} {% assign url = item.url %} {% else %} {% assign url = item.url | relative_url %} {% endif %} {{item.title}} {% endfor %}