Skip to content

Commit dda3c91

Browse files
committed
Update layout.html
1 parent 34c8bbd commit dda3c91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/sources/.templates/layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{%- macro relbar() %}
1111
<div class="related">
1212
<ul>
13-
<li><a href="http://kivy.org/">Homepage</a> - </li>
13+
<li><a href="//kivy.org">Homepage</a> - </li>
1414
<li><a href="{{ pathto(master_doc) }}">Documentation</a></li>
1515
{#
1616
{%- for parent in parents %}
@@ -90,7 +90,7 @@ <h3>Related Topics</h3>
9090
{%- set titlesuffix = "" %}
9191
{%- endif %}
9292
<title>{{ title|striptags }}{{ titlesuffix }}</title>
93-
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:400,700' rel='stylesheet' type='text/css'>
93+
<link href='//fonts.googleapis.com/css?family=Source+Code+Pro:400,700' rel='stylesheet' type='text/css'>
9494
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
9595
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
9696
{%- if not embedded %}
@@ -220,7 +220,7 @@ <h3>Related Topics</h3>
220220
piwikTracker.trackPageView();
221221
piwikTracker.enableLinkTracking();
222222
} catch( err ) {}
223-
</script><noscript><p><img src="http://txzone.net/piwik/piwik.php?idsite=8" style="border:0" alt="" /></p></noscript>
223+
</script><noscript><p><img src="https://txzone.net/piwik/piwik.php?idsite=8" style="border:0" alt="" /></p></noscript>
224224
<!-- End Piwik Tracking Code -->
225225
<!--
226226
<div class="footer">

0 commit comments

Comments
 (0)