<footer>

<div class="container text-muted">
  {% if site.copyright %}
  {{ site.copyright }}
  {% elsif page.generated %}
  Page content generated from plug-in source.
  {% elsif page.commit %}
  Page content generated from DITA source ยท Last changed in
  <a href="https://github.com/dita-ot/docs/commit/{{ page.commit }}" target="_blank" title="Show the most recent change to the source file on GitHub.">
    dita-ot/docs@{{ page.commit | truncate: 7, '' }}</a>
  {% else %}
  DITA Open Toolkit is released under the
  <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
  {% endif %}
</div>

</footer>