33#}
44{% extends "!layout.html" %}
55
6- {%- block footer %}
7- < div class ="footer ">
8- < p >
9- {% if show_copyright %}©{{ copyright }}.{% endif %}
10- {% if theme_show_powered_by|lower == 'true' %}
11- {% if show_copyright %}|{% endif %}
12- {% if show_copyright %}|{% endif %}
13- Powered by < a href ="http://sphinx-doc.org/ "> Sphinx {{ sphinx_version }}</ a >
14- & < a href ="https://github.com/bitprophet/alabaster "> Alabaster {{ alabaster_version }}</ a >
15- {% endif %}
16- {%- if show_source and has_source and sourcename %}
17- {% if show_copyright or theme_show_powered_by %}|{% endif %}
18- < a href ="{{ pathto('_sources/' + sourcename, true)|e }} "
19- rel ="nofollow "> {{ _('Page source') }}</ a >
20- {%- endif %}
21- </ p >
22- < p >
23- For < a href ="https://github.com/{{ theme_github_user }}/{{ theme_github_repo }} "
24- > semver {{ version }}</ a >
25- </ p >
26- </ div >
276
28- {% if theme_github_banner|lower != 'false' %}
29- < a href ="https://github.com/{{ theme_github_user }}/{{ theme_github_repo }} " class ="github ">
30- < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="{{ pathto('_static/' ~ theme_github_banner, 1) if theme_github_banner|lower != 'true' else 'https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png' }} " alt ="Fork me on GitHub " class ="github "/>
31- </ a >
32- {% endif %}
33- {% if theme_analytics_id %}
34- < script type ="text/javascript ">
35-
36- var _gaq = _gaq || [ ] ;
37- _gaq . push ( [ '_setAccount' , '{{ theme_analytics_id }}' ] ) ;
38- _gaq . push ( [ '_setDomainName' , 'none' ] ) ;
39- _gaq . push ( [ '_setAllowLinker' , true ] ) ;
40- _gaq . push ( [ '_trackPageview' ] ) ;
41-
42- ( function ( ) {
43- var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
44- ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
45- var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
46- } ) ( ) ;
47- </ script >
48- {% endif %}
49- {%- endblock %}
7+ {%- block extrahead %}
8+ {{- super() }}
9+ < meta name ="generator " content ="Toms "/>
10+ {% endblock %}
0 commit comments