Skip to content

Commit

Permalink
Modify theme layout.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Oct 6, 2018
1 parent 0a862e3 commit 9a138c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gh_pages/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
<script src="{{ pathto('_static/clipboard.min.js', 1) }}"></script>
{% endblock %}

{% block extracontent %}
<div class="header-override">
<a href="http://rosindustrial.org">
<img src="{{ pathto('_static/logo.jpg', 1) }}"/>
</a>
<p>
<a href="http://rosindustrial.org">ROS-Industrial Website</a>|<a href="http://rosindustrial.org/news">Blog</a>
</p>
</div>
{% endblock %}

{% block footer %}
<script>
var pre = document.getElementsByTagName('pre');
Expand Down
1 change: 1 addition & 0 deletions gh_pages/_themes/sphinx_rtd_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@


<div class="wy-nav-content">
{% block extracontent %} {% endblock %}
{%- block content %}
{% if theme_style_external_links|tobool %}
<div class="rst-content style-external-links">
Expand Down

0 comments on commit 9a138c3

Please sign in to comment.