<hr> <footer>

<strong>Licence</strong>
<ul>
  <li>
    Content for {{ site.title }} is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
  </li>
  <li>
    Code for {{ site.title }} is licenced under a <a href="http://www.gnu.org/licenses/agpl-3.0.en.html">GNU Affero General Public License v3</a>.
  </li>
</ul>
<p>
  Code avalible at <a href="{{ site.github.repository_url }}">{{ site.github.repository_url }}</a>
</p>
<p>
  Page compiled at {{ site.time | date: "%A, %B %e, %Y %l:%M%P %Z" }} (<time class="timeago" datetime="{{ site.time | date_to_xmlschema }}">{{ site.time | date: "%A, %B %e, %Y %l:%M%P %Z" }}</time>). for commit
  <a data-toggle="tooltip" data-placement="auto" title="Environment: {{ jekyll.environment }}" href="{{ site.github.repository_url }}/commit/{{ site.github.build_revision }}">{{ site.github.build_revision }}</a>. 
</p>

</footer>

</div>