File: sourcelink.html

package info (click to toggle)
jupyter-sphinx-theme 0.0.6%2Bds1-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 312 kB
  • sloc: makefile: 173; python: 104; sh: 6
file content (6 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
{%- if show_source and has_source and sourcename %}
<div id="sourcelink">
  <a href="{{ pathto('_sources/' + sourcename, true)|e }}"
     rel="nofollow">{{ _('Source') }}</a>
</div>
{%- endif %}