diff options
Diffstat (limited to 'doc/_templates/px/layout.html')
| -rw-r--r-- | doc/_templates/px/layout.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/_templates/px/layout.html b/doc/_templates/px/layout.html deleted file mode 100644 index 01f03ee..0000000 --- a/doc/_templates/px/layout.html +++ /dev/null @@ -1,17 +0,0 @@ -{%- block doctype -%} -<?xml version="1.0" encoding="utf-8" ?> -{%- endblock %} - -<page title='{{ title|striptags }}' {% if "b" in release %}index='no'{% endif %}> -{% block document -%} - {%- block body %} {% endblock -%} -{%- endblock %} - -{%- if prev or next %} -<p class='pmn pmnbot'> - {% if prev %}<span class='p'>« <i>Previous:</i> <a href="{{ prev.link|e }}" title="previous topic">{{ prev.title }}</a></span>{% endif %} - {% if next %}<span class='n'><i>Next:</i> <a href="{{ next.link|e }}" title="next topic">{{ next.title }}</a> »</span>{% endif %} -</p> -{%- endif %} - -</page> |
