Update base.html
This commit is contained in:
7
docs/_templates/base.html
vendored
7
docs/_templates/base.html
vendored
@ -22,8 +22,11 @@
|
|||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© 2012-2017, <a href="https://romain.dorgueil.net" target="_blank">Romain Dorgueil</a> |
|
© 2012-2017, <a href="https://romain.dorgueil.net" target="_blank">Romain Dorgueil</a> |
|
||||||
<a href="https://www.bonobo-project.org/">Bonobo ETL</a> |
|
<a href="https://www.bonobo-project.org/">Bonobo ETL</a>
|
||||||
<a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow">{{ _('Page source') }}</a>
|
|
||||||
|
{%- if show_source and has_source and sourcename %}
|
||||||
|
| <a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow">{{ _('Page source') }}</a>
|
||||||
|
{%- endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="https://github.com/python-bonobo/bonobo" class="github">
|
<a href="https://github.com/python-bonobo/bonobo" class="github">
|
||||||
|
|||||||
Reference in New Issue
Block a user