Skip to content

modifying rootrellink in the rtfd theme #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pkra opened this issue Aug 1, 2012 · 2 comments
Closed

modifying rootrellink in the rtfd theme #227

pkra opened this issue Aug 1, 2012 · 2 comments

Comments

@pkra
Copy link

pkra commented Aug 1, 2012

I wanted to add a link to our project homepage. Somehow the following in _templates/layout.html works locally but not on rtfd:

{% block rootrellink %}
    <li><a href="http://www.home.org/">Homepage</a> &raquo;</li>
    {{ super() }}
{% endblock %}

Is there a suggested way to integrate such a reference to the default theme? I'd rather not switch themes, but since I want to use a subdomain eventually, I'm looking for an efficient way to lead readers back to the project homepage.

If this is simply not possible with the default theme, is there documentation on what is?

@ericholscher
Copy link
Member

This is the same issue as #152

@pkra
Copy link
Author

pkra commented Sep 26, 2012

Ah, sorry for the duplicate, I didn't find that other bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants