Browse Source

Double quotes in html tags. No link self-end tags.

Tyler Hallada 8 years ago
parent
commit
89b95fd2cb
4 changed files with 10 additions and 10 deletions
  1. 3 3
      _layouts/default.html
  2. 3 3
      _layouts/home.html
  3. 2 2
      laundry/index.html
  4. 2 2
      resume/index.html

+ 3 - 3
_layouts/default.html

@@ -21,13 +21,13 @@
21 21
     <link rel="stylesheet" href="/css/main.css">
22 22
 
23 23
     <!-- Web Fonts -->
24
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
24
+    <link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700" rel="stylesheet" type="text/css">
25 25
 
26 26
     <!-- RSS Feed -->
27
-    <link href='/feed.xml' rel='alternate' type='application/atom+xml'>
27
+    <link href="/feed.xml" rel="alternate" type="application/atom+xml">
28 28
 
29 29
     <!-- Favicon -->
30
-    <link rel="shortcut icon" href="/favicon.png" />
30
+    <link rel="shortcut icon" href="/favicon.png">
31 31
 
32 32
     <!-- Google Analytics -->
33 33
     <script>

+ 3 - 3
_layouts/home.html

@@ -21,16 +21,16 @@
21 21
     <link rel="stylesheet" href="/css/main.css">
22 22
 
23 23
     <!-- RSS Feed -->
24
-    <link href='/feed.xml' rel='alternate' type='application/atom+xml'>
24
+    <link href="/feed.xml" rel="alternate" type="application/atom+xml">
25 25
 
26 26
     <!-- Web Fonts -->
27
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italics,300,300italics,200' rel='stylesheet' type='text/css'>
27
+    <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,400italics,300,300italics,200" rel="stylesheet" type="text/css">
28 28
 
29 29
     <!-- Icon Fonts -->
30 30
     <link rel="stylesheet" href="/css/ionicons.min.css">
31 31
 
32 32
     <!-- Favicon -->
33
-    <link rel="shortcut icon" href="/favicon.png" />
33
+    <link rel="shortcut icon" href="/favicon.png">
34 34
 
35 35
     <!-- Scripts -->
36 36
     <script src="/js/AnimationFrame.min.js"></script>

+ 2 - 2
laundry/index.html

@@ -3,8 +3,8 @@
3 3
     <head>
4 4
         <meta charset="UTF-8">
5 5
         <meta http-equiv="refresh" content="1;url=http://laundry.hallada.net">
6
-        <link rel="shortcut icon" href="/favicon.png" />
7
-        <link rel="canonical" href="http://laundry.hallada.net"/>
6
+        <link rel="shortcut icon" href="/favicon.png">
7
+        <link rel="canonical" href="http://laundry.hallada.net">
8 8
         <script type="text/javascript">
9 9
             window.location.href = "http://laundry.hallada.net"
10 10
         </script>

+ 2 - 2
resume/index.html

@@ -3,8 +3,8 @@
3 3
     <head>
4 4
         <meta charset="UTF-8">
5 5
         <meta http-equiv="refresh" content="1;url=/resume.pdf">
6
-        <link rel="shortcut icon" href="/favicon.png" />
7
-        <link rel="canonical" href="/resume.pdf"/>
6
+        <link rel="shortcut icon" href="/favicon.png">
7
+        <link rel="canonical" href="/resume.pdf">
8 8
         <script type="text/javascript">
9 9
             window.location.href = "/resume.pdf"
10 10
         </script>