salt/doc/_templates/layout.html
Seth House 167ba49880 Revert "Added a link to saltstack.org to the sidebar"
This reverts commit 2e0041e2b8.

This does not show up on RTD.
2012-02-12 04:38:28 -07:00

7 lines
222 B
HTML

{% extends "!layout.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 %}