diff options
| author | Georg Brandl <georg@python.org> | 2019-12-10 07:46:46 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2019-12-10 07:46:52 +0100 |
| commit | 29d2789f9fd3784652de2f20585db9a3fd9a7e76 (patch) | |
| tree | 431520e1ff2d24f4f44d29fc24eab41c7d616541 /doc/_themes/pygments14/layout.html | |
| parent | c63083d774bf9495aa2a98cd8e3329158b663072 (diff) | |
| download | pygments-git-29d2789f9fd3784652de2f20585db9a3fd9a7e76.tar.gz | |
all: fixup http->https for github, pypi, pocoo etc URLs
Diffstat (limited to 'doc/_themes/pygments14/layout.html')
| -rw-r--r-- | doc/_themes/pygments14/layout.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/_themes/pygments14/layout.html b/doc/_themes/pygments14/layout.html index 53f8f37f..3e04665d 100644 --- a/doc/_themes/pygments14/layout.html +++ b/doc/_themes/pygments14/layout.html @@ -17,7 +17,7 @@ {% block relbar2 %}{% endblock %} {% block extrahead %} - <link href='http://fonts.googleapis.com/css?family={{ theme_font|replace(' ', '+') }}:300,400,700' + <link href='https://fonts.googleapis.com/css?family={{ theme_font|replace(' ', '+') }}:300,400,700' rel='stylesheet' type='text/css'> {{ super() }} {%- if not embedded %} @@ -83,10 +83,10 @@ {% block footer %} <div class="footer" role="contentinfo"> © Copyright 2006-2019, Georg Brandl and Pygments contributors. - Created using <a href="http://sphinx-doc.org/">Sphinx</a> {{ + Created using <a href="https://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}. <br/> - Pygments logo created by <a href="http://joelunger.com">Joel Unger</a>. - Backgrounds from <a href="http://subtlepatterns.com">subtlepatterns.com</a>. + Pygments logo created by <a href="https://joelunger.com">Joel Unger</a>. + Backgrounds from <a href="https://subtlepatterns.com">subtlepatterns.com</a>. </div> </div> {# closes "outerwrapper" div #} {% endblock %} |
