Skip to content

Commit

Permalink
try preload attr
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoge committed Jun 16, 2018
1 parent 69c624b commit abd8135
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="canonical" href="https://webb.lu/" /> <!-- canonical link tag -->
<link rel="preload" as="canonical" href="https://webb.lu/" /> <!-- canonical link tag -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" content="Author: Webb T.Y. Lu,
A personal blog about web development">
Expand All @@ -11,7 +11,7 @@
<body>
<div id="root"></div>
<!-- google font, non-critical CSS, put in end of html -->
<link href="https://fonts.googleapis.com/css?family=Fredericka+the+Great" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Slab" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fredericka+the+Great" rel="preload" as="style">
<link href="https://fonts.googleapis.com/css?family=Josefin+Slab" rel="preload" as="style">
</body>
</html>

0 comments on commit abd8135

Please sign in to comment.