Skip to content

Commit

Permalink
Test move google translate bar to breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfire84 committed Jan 19, 2020
1 parent 16f6590 commit 3d81d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/_templates/breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
<img src="{{ pathto("_static/images/blank.gif", True) }}" class="flag flag-es" alt="Spain" role="button" onclick="gTranslate('es')" />
<img src="{{ pathto("_static/images/blank.gif", True) }}" class="flag flag-us" alt="United States of America" role="button" onclick="gTranslate('en')" />
</div>
<div id="google_translate_element" style="text-align: right;"></div>
{% endblock %}
2 changes: 1 addition & 1 deletion docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

{% block extrabody %}
<!-- Start Google Translate -->
<div id="google_translate_element" style="text-align: right;"></div>
<!-- <div id="google_translate_element" style="text-align: right;"></div> -->
{% endblock %}

0 comments on commit 3d81d0a

Please sign in to comment.