salt/doc/_templates/page.html
Seth House 7d4e07b138 Add more template overrides to link back to the homepage
RTD uses layout.html internally so you can't override blocks directly
from it.
2012-02-18 11:52:23 -07:00

7 lines
220 B
HTML

{% extends "!page.html" %}
{%- block rootrellink %}
<li><a href="http://saltstack.org">&laquo; SaltStack.org</a>&nbsp;|&nbsp;</li>
<li><a href="{{ pathto('index') }}">Documentation home</a></li>
{%- endblock %}