File: sourcelink.html

package info (click to toggle)
jupyter-sphinx-theme 0.0.6%2Bds1-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 316 kB
  • sloc: makefile: 170; python: 120; 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 %}