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 3dedde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>{{ page.title }}</title>

<link rel="stylesheet" href="/stylesheets/styles.css">
<link rel="stylesheet" href="{ '/stylesheets/styles.css' | relative_url }}">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
Expand All @@ -32,6 +32,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 3dedde6

Please sign in to comment.