diff --git a/_templates/breadcrumbs.html b/_templates/breadcrumbs.html index 804ad69e6..0a60a7a1f 100644 --- a/_templates/breadcrumbs.html +++ b/_templates/breadcrumbs.html @@ -3,5 +3,22 @@ {% block breadcrumbs_aside %} {% if not meta or meta.get('github_url') != 'hide' %} {{ super() }} + + + + Learn how to contribute! + {% endif %} {% endblock %}