summaryrefslogtreecommitdiff
path: root/templates/web.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web.html')
-rw-r--r--templates/web.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/templates/web.html b/templates/web.html
index 68e5c64..244092d 100644
--- a/templates/web.html
+++ b/templates/web.html
@@ -11,19 +11,17 @@ $if(keywords)$
$endif$
<title>ElenQ Publishing - $pagetitle$</title>
- <link rel="stylesheet" href="/static/css/normalize.css">
- <link rel="stylesheet" href="/static/css/fonts.css">
- <link rel="stylesheet" href="/static/css/elenq.css">
- <link rel="stylesheet" href="/static/css/elenq-publishing.css">
+ <link rel="stylesheet" href="css/normalize.css">
+ <link rel="stylesheet" href="css/fonts.css">
+ <link rel="stylesheet" href="css/elenq.css">
+ <link rel="stylesheet" href="css/elenq-publishing.css">
<!-- No need to add extra highlighting css -->
- <link rel="stylesheet" href="/static/css/highlight.css">
+ <link rel="stylesheet" href="css/highlight.css">
<style>
.sourceCode { overflow: visible; }
</style>
-
- <script type="text/javascript" async src="/static/js/prism-hl.js"></script>
- <script type="text/javascript" async src="/static/js/colorscheme-switcher.js"></script>
+ <script type="text/javascript" async src="js/colorscheme-switcher.js"></script>
$if(math)$
$math$