spare sistem-file-gnu-linux in multiple files
[debian-id-ebook.git] / themes / solar / layout.html
blob6c57110d41b9562c264b875078e1bc20f5181004
1 {% extends "basic/layout.html" %}
3 {%- block doctype -%}
4 <!DOCTYPE html>
5 {%- endblock -%}
7 {%- block extrahead -%}
8 <link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
9 <link href="{{ pathto("_static/solarized-dark.css", 1) }}" rel="stylesheet">
10 {%- endblock -%}
12 {# put the sidebar before the body #}
13 {% block sidebar1 %}{{ sidebar() }}{% endblock %}
14 {% block sidebar2 %}{% endblock %}
16 {%- block footer %}
17 <div class="footer">
18 {%- if show_copyright %}
19 {%- if hasdoc('copyright') %}
20 {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
21 {%- else %}
22 {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
23 {%- endif %}
24 {%- endif %}
25 {%- if last_updated %}
26 {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
27 {%- endif %}
28 {%- if show_sphinx %}
29 {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.Theme by <a href="http://github.com/vkvn">vkvn</a>{% endtrans %}
30 {%- endif %}
31 </div>
32 {%- endblock %}