fix baseURL and relative paths
parent
74390c66af
commit
6cba51e071
|
@ -1,4 +1,4 @@
|
|||
baseURL = "/bonk/"
|
||||
baseURL = "https://moontools-docs.github.io/bonk/"
|
||||
languageCode = "en-us"
|
||||
title = "Bonk Docs"
|
||||
theme = "hugo-theme-learn"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<link rel="stylesheet" href="/css/syntax.css">
|
||||
<script src="/js/highlight.pack.js"></script>
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/syntax.css">
|
||||
<script src="{{ .Site.BaseURL }}js/highlight.pack.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
Loading…
Reference in New Issue