Files @ acd056631304
Branch filter:

Location: conntrackt/docs/_templates/layout.html

branko
CONNT-22: Update the documentation template a bit to reuse more code. Adds more space, but should be fine.
1
2
3
4
5
6
7
8
{% extends "!layout.html" %}

{% block footer %}
{{ super() }}
<div class="footer">
  <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0; vertical-align: middle; " src="{{ pathto('_static/cc-by-sa.png', 1) }}" height="16em" /></a><br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
</div>
{% endblock %}