Skip to content

Commit

Permalink
update stylesheet url
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Oct 9, 2023
1 parent b501f52 commit 8e2c7bd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>{{ page.title }}</title>

<link rel="stylesheet" href="/stylesheets/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" href="{{site.url}}/stylesheets/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="wrapper">
Expand All @@ -32,6 +30,6 @@ <h1 class="site-title"><a href="/">Altorouter</a></h1>
</footer>
</div>
<script src="/javascripts/scale.fix.js"></script>

</body>
</html>

0 comments on commit 8e2c7bd

Please sign in to comment.