Skip to content

Commit

Permalink
Add translations to breadcrumb bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hicks committed Apr 30, 2021
1 parent c28d48e commit e918af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<script>
jQuery(document).ready(function() {
jQuery("a[href^='http']").attr('target','_blank');
jQuery(".wy-breadcrumbs-aside").prepend('<a href="/en/latest/">English</a> | <a href="/fr/latest/">Français</a> | ');
});
</script>
{% endblock %}

0 comments on commit e918af9

Please sign in to comment.