Update base.html
This commit is contained in:
18
docs/_templates/base.html
vendored
18
docs/_templates/base.html
vendored
@ -21,26 +21,16 @@
|
|||||||
{{ relbar() }}
|
{{ relbar() }}
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
{% if show_copyright %}©{{ copyright }}.{% endif %}
|
© 2012-2017, <a href="https://romain.dorgueil.net" target="_blank">Romain Dorgueil</a> |
|
||||||
{% if theme_show_powered_by|lower == 'true' %}
|
<a href="https://www.bonobo-project.org/">Bonobo ETL</a> |
|
||||||
{% if show_copyright %}|{% endif %}
|
<a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow">{{ _('Page source') }}</a>
|
||||||
Powered by <a href="http://sphinx-doc.org/">Sphinx {{ sphinx_version }}</a>
|
|
||||||
& <a href="https://github.com/bitprophet/alabaster">Alabaster {{ alabaster_version }}</a>
|
|
||||||
{% endif %}
|
|
||||||
{%- if show_source and has_source and sourcename %}
|
|
||||||
{% if show_copyright or theme_show_powered_by %}|{% endif %}
|
|
||||||
<a href="{{ pathto('_sources/' + sourcename, true)|e }}"
|
|
||||||
rel="nofollow">{{ _('Page source') }}</a>
|
|
||||||
{%- endif %}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if theme_github_banner|lower != 'false' %}
|
<a href="https://github.com/python-bonobo/bonobo" class="github">
|
||||||
<a href="https://github.com/{{ theme_github_user }}/{{ theme_github_repo }}" class="github">
|
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;"
|
<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' }}"
|
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"/>
|
alt="Fork me on GitHub" class="github"/>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if theme_analytics_id %}
|
{% if theme_analytics_id %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|||||||
Reference in New Issue
Block a user