Skip to content

Commit d434e65

Browse files
author
Ludo237
committed
Fixed protocols
1 parent 5afb715 commit d434e65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

themes/vue/layout/index.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</p>
1818
<ul id="social">
1919
<li><a href="https://twitter.com/vuejs" class="twitter-follow-button" data-show-count="false" data-dnt="true">Segui @vuejs</a></li>
20-
<li><iframe src="http://ghbtns.com/github-btn.html?user=vuejs&repo=vue&type=watch&count=true"
20+
<li><iframe src="//ghbtns.com/github-btn.html?user=vuejs&repo=vue&type=watch&count=true"
2121
allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe></li>
2222
<li id="donate">
2323
<span class="wrapper">

themes/vue/layout/layout.ejs

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta charset="utf-8">
77
<meta name="description" content="Vue.js - Libreria intuitiva, veloce per costruire interfacce interattive tramite MVVM.">
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
9-
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto Mono' rel='stylesheet' type='text/css'>
10-
<link href='http://fonts.googleapis.com/css?family=Dosis:300,500&text=Vue.js' rel='stylesheet' type='text/css'>
9+
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto Mono' rel='stylesheet' type='text/css'>
10+
<link href='//fonts.googleapis.com/css?family=Dosis:300,500&text=Vue.js' rel='stylesheet' type='text/css'>
1111
<link href="//cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" rel='stylesheet' type='text/css'>
1212
<link rel="icon" href="/images/logo.png" type="image/x-icon">
1313
<script>
@@ -38,7 +38,7 @@
3838
<%- body %>
3939
<% } %>
4040

41-
<script src="https://cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js"></script>
41+
<script src="//cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js"></script>
4242
<script>
4343
document.addEventListener('DOMContentLoaded', function() {
4444
FastClick.attach(document.body);

0 commit comments

Comments
 (0)