diff options
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/layout.html b/templates/layout.html index 17ca809..5542cfd 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -9,8 +9,8 @@ {% else %} <meta name="robots" content="{% block robots %}noindex, nofollow{% endblock %}"> {% endif %} - <link rel="icon" href="/static/images/icons/32.png"> - <link rel="stylesheet" href="/static/style.css"> + <link rel="icon" href="gitbook/images/icons/32.png"> + <link rel="stylesheet" href="gitbook/style.css"> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta name="description" content="{% block description %}{% endblock %}"> <meta name="keywords" content="{% block keywords %}{% endblock %}" > @@ -19,7 +19,7 @@ <meta name="og:site_name" content="GitBook"> <meta name="og:url" content="{{ config.web.url }}"> <meta name="og:description" content="{% block description %}{% endblock %}"> - <meta name="og:image" content="/static/images/icons/ios.png" > + <meta name="og:image" content="gitbook/images/icons/ios.png" > <meta name="application-name" content="Gitbook"> <meta name="application-url" content="{{ config.web.url }}"> <meta name="msapplication-tooltip" content="{% block description %}{% endblock %}"> @@ -28,7 +28,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> - <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script> {% endblock %} </head> <body> |