File: breadcrumbs.html

package info (click to toggle)
pympress 1.8.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,504 kB
  • sloc: python: 5,213; xml: 268; sh: 87; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "!breadcrumbs.html" %}

{# do the setup for the github links to appear correctly #}

{% set display_github = True %}
{% set github_user = 'Cimbali' %}
{% set github_repo = 'pympress' %}
{% set github_version = 'master' %}

{% if pagename == 'README' %}
{% set conf_py_path = '/' %}
{% else %}
{% set conf_py_path = '/docs/source/' %}
{% endif %}