{% if page.license.content or page.license.code %}

Except as otherwise noted, {% if page.license.content and page.license.code %} {% if page.license.content.name == page.license.code.name %} the content and code samples on this page are licensed under {{ page.license.content.name }}. {% else %} the content of this page is licensed under {{ page.license.content.name }}, and the code samples are licensed under {{ page.license.code.name }}. {% endif %} {% elsif page.license.content %} the content of this page is licensed under {{ page.license.content.name }}. {% elsif page.license.code %} the code samples on this page are licensed under {{ page.license.code.name }}. {% endif %}

{% endif %}

Last updated

{% if site.data.manifest.name %} {% assign title = site.data.manifest.name %} {% else %} {% assign title = site.title %} {% endif %}

{% if site.logo %} {{ title }} {% elsif site.data.manifest.short_name %} {{ site.data.manifest.short_name }} {% else %} {{ title }} {% endif %}

{% include nav_social.html %}
{% include nav_footer.html %}

Copyright © {{ title }} {{ site.time | date: '%Y' }}. All rights reserved.
This site uses the Simple Material theme by saifkhichi96

{% if site.terms %}Terms {% if site.privacy %} | {% endif %}{% endif %} {% if site.privacy %}Privacy{% endif %}