8000 fix protocols · louwers/vuejs.org@652a319 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 652a319

Browse files
committed
fix protocols
1 parent c9cbdba commit 652a319

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

themes/vue/layout/index.ejs

Lines changed: 1 addition & 1 deletion
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">Follow @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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta charset="utf-8">
77
<meta name="description" content="Vue.js - Intuitive, Fast and Composable MVVM for building interactive interfaces.">
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)
0