mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
7d4e07b138
RTD uses layout.html internally so you can't override blocks directly from it.
7 lines
220 B
HTML
7 lines
220 B
HTML
{% extends "!page.html" %}
|
|
|
|
{%- block rootrellink %}
|
|
<li><a href="http://saltstack.org">« SaltStack.org</a> | </li>
|
|
<li><a href="{{ pathto('index') }}">Documentation home</a></li>
|
|
{%- endblock %}
|