Mercurial > p > roundup > code
diff doc/_templates/layout.html @ 4811:7cf0468a9fa4
Remove duplicated link to page source from doc footer
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Sun, 25 Aug 2013 09:52:49 +0300 |
| parents | bca7c59ac400 |
| children | 515ab1749b14 |
line wrap: on
line diff
--- a/doc/_templates/layout.html Sun Aug 25 08:45:27 2013 +0300 +++ b/doc/_templates/layout.html Sun Aug 25 09:52:49 2013 +0300 @@ -157,9 +157,6 @@ {%- else %} {% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %} {%- endif %} - {%- if show_source and has_source and sourcename %} - <p class="source"><a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow">{{ _('source') }}</a></p> - {%- endif %} </div> {%- endblock %} </body>
