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

Sign up
Appearance settings

Commit e239bd7

Browse files
author
Vadim Makeev
authored
Normalize quotes, remove useless attributes (vuejs#2528)
1 parent e82da21 commit e239bd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎themes/vue/layout/layout.ejs‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
5555
<link href="https://maxcdn.bootstrapcdn.com" rel="preconnect" crossorigin>
5656

57-
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Roboto Mono&display=swap' rel='stylesheet'type='text/css'>
58-
<link href='https://fonts.googleapis.com/css?family=Dosis:500&text=Vue.js&display=swap' rel='stylesheet'type='text/css'>
57+
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Roboto Mono&display=swap" rel="stylesheet">
58+
<link href="https://fonts.googleapis.com/css?family=Dosis:500&text=Vue.js&display=swap" rel="stylesheet">
5959

60-
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"type="text/css">
60+
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
6161

6262
<!-- main page styles -->
6363
<%- css(isIndex ? 'css/index' : 'css/page') %>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /