From c672a7dea78ee58a9def8928239b11a73a6d0907 Mon Sep 17 00:00:00 2001 From: Roberto Polli Date: Wed, 2 Sep 2020 17:26:35 +0200 Subject: [PATCH] http -> https Fixes insecure content warning on readthedocs.io --- docs/_themes/flask_small/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_themes/flask_small/layout.html b/docs/_themes/flask_small/layout.html index aa1716a..83e5213 100644 --- a/docs/_themes/flask_small/layout.html +++ b/docs/_themes/flask_small/layout.html @@ -14,8 +14,8 @@ {% block relbar1 %}{% endblock %} {% block relbar2 %} {% if theme_github_fork %} - Fork me on GitHub + Fork me on GitHub {% endif %} {% endblock %} {% block sidebar1 %}{% endblock %}