File: sourcelink.html

package info (click to toggle)
sphinx-bootstrap-theme 0.8.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,540 kB
  • sloc: javascript: 10,252; makefile: 137; python: 69
file content (6 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (34)
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 %}