File: extlinks.html

package info (click to toggle)
sphinx-press-theme 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 500 kB
  • sloc: javascript: 298; python: 185; makefile: 22
file content (11 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
{# external links, i.e. #}
{% if theme_external_links %}
  {% for (label, url) in theme_external_links %}
    <div class="nav-item">
      <a href="{{ url }}"
        class="nav-link external">
          {{ label }} <outboundlink></outboundlink>
      </a>
    </div>
  {% endfor %}
{% endif %}