{% for item in site.data.footer-menu.items %}
  • {{ item.title }}
  • {% endfor %}
{% if site.data.promotion.show %}
{{ site.data.promotion.title }} promotional image
{% endif %}
    {% if site.data.author.github_username %}
  • {% include icon-github.html username=site.data.author.github_username %}
  • {% endif %} {% if site.data.author.twitter_username %}
  • {% include icon-twitter.html username=site.data.author.twitter_username %}
  • {% endif %}
Creative Commons License
{{ site.title }} by {{ site.data.author.name }} is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License .