Update base.html

This commit is contained in:
Romain Dorgueil
2017-10-10 08:39:09 +02:00
committed by GitHub
parent 0c310543e4
commit 0ca766a7b9

View File

@ -22,8 +22,11 @@
<div class="footer"> <div class="footer">
&copy; 2012-2017, <a href="https://romain.dorgueil.net" target="_blank">Romain Dorgueil</a> | &copy; 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">