]> git.mdlowis.com Git - projs/mikedlowis.github.io/commitdiff
Fix potential path issue for css
authorMike D. Lowis <mike.lowis@gentex.com>
Mon, 10 Aug 2015 17:13:36 +0000 (13:13 -0400)
committerMike D. Lowis <mike.lowis@gentex.com>
Mon, 10 Aug 2015 17:13:36 +0000 (13:13 -0400)
site/articles.html
site/home.html
site/projects.html
site/prototypes.html
templates/page.html

index 7e992b7422a90e48177fbe6abbac35a87e8a3798..9027a21e0746ca899c3957efe970585cf6e88490 100644 (file)
@@ -3,7 +3,7 @@
 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>Simplicity is the ultimate sophistication</title>
     <link rel="shortcut icon" type="image/x-icon" href="logo.png" />
-    <link rel="stylesheet" type="text/css" href="style.css">
+    <link rel="stylesheet" type="text/css" href="/site/style.css">
     <meta charset="utf-8">
 </head>
 <body>
index c6fa1a306817a631b3f6301d8186d146f6a7cb9e..702fe988443bc37550887a1a0d8960bd518e910e 100644 (file)
@@ -3,7 +3,7 @@
 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>Simplicity is the ultimate sophistication</title>
     <link rel="shortcut icon" type="image/x-icon" href="logo.png" />
-    <link rel="stylesheet" type="text/css" href="style.css">
+    <link rel="stylesheet" type="text/css" href="/site/style.css">
     <meta charset="utf-8">
 </head>
 <body>
index 7e992b7422a90e48177fbe6abbac35a87e8a3798..9027a21e0746ca899c3957efe970585cf6e88490 100644 (file)
@@ -3,7 +3,7 @@
 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>Simplicity is the ultimate sophistication</title>
     <link rel="shortcut icon" type="image/x-icon" href="logo.png" />
-    <link rel="stylesheet" type="text/css" href="style.css">
+    <link rel="stylesheet" type="text/css" href="/site/style.css">
     <meta charset="utf-8">
 </head>
 <body>
index 7e992b7422a90e48177fbe6abbac35a87e8a3798..9027a21e0746ca899c3957efe970585cf6e88490 100644 (file)
@@ -3,7 +3,7 @@
 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>Simplicity is the ultimate sophistication</title>
     <link rel="shortcut icon" type="image/x-icon" href="logo.png" />
-    <link rel="stylesheet" type="text/css" href="style.css">
+    <link rel="stylesheet" type="text/css" href="/site/style.css">
     <meta charset="utf-8">
 </head>
 <body>
index 93920a2ba6b251a2dacb925e9e61e25ac5b6e35a..3fe6f0968b8cdab81a9fd01cbc7d8cf18515eb01 100644 (file)
@@ -3,7 +3,7 @@
 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>{{TITLE}}</title>
     <link rel="shortcut icon" type="image/x-icon" href="logo.png" />
-    <link rel="stylesheet" type="text/css" href="style.css">
+    <link rel="stylesheet" type="text/css" href="/site/style.css">
     <meta charset="utf-8">
 </head>
 <body>