load CSS & JS from relative paths
This commit is contained in:
parent
52431847d6
commit
eb85b25e87
|
@ -39,10 +39,10 @@
|
|||
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<link rel="canonical" href="$root$$url$">
|
||||
<link rel="stylesheet" href="/css/$stylesheet$.css" />
|
||||
<link rel="stylesheet" href="./css/$stylesheet$.css" />
|
||||
</head>
|
||||
<body>
|
||||
$body$
|
||||
<script async src="/js/script.js"></script>
|
||||
<script async src="./js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue