mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Add more template overrides to link back to the homepage
RTD uses layout.html internally so you can't override blocks directly from it.
This commit is contained in:
parent
14a6c598c5
commit
7d4e07b138
6
doc/_templates/domainindex.html
vendored
Normal file
6
doc/_templates/domainindex.html
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends "!domainindex.html" %}
|
||||
|
||||
{%- block rootrellink %}
|
||||
<li><a href="http://saltstack.org">« SaltStack.org</a> | </li>
|
||||
<li><a href="{{ pathto('index') }}">Documentation home</a></li>
|
||||
{%- endblock %}
|
6
doc/_templates/page.html
vendored
Normal file
6
doc/_templates/page.html
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{% 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 %}
|
Loading…
Reference in New Issue
Block a user