1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-06 08:27:39 +02:00

update stylesheet url

This commit is contained in:
Danny van Kooten
2023-10-09 19:57:52 +02:00
parent b501f52f25
commit 068364e9b4

View File

@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>{{ page.title }}</title> <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"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head> </head>
<body> <body>
@@ -32,6 +32,6 @@
</footer> </footer>
</div> </div>
<script src="/javascripts/scale.fix.js"></script> <script src="/javascripts/scale.fix.js"></script>
</body> </body>
</html> </html>