Use proper link concatenation

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2024-06-23 14:17:15 -07:00
parent 7e8a89ccd2
commit 1a9d9f33cf
3 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{{ define "main" }}
<h2>{{ .Title }} </h2>
<script src="{{ .Site.Params.visNetworkJsUrl }}"></script>
<script type="module" src="{{ .Site.BaseURL }}/graph/graph.js"></script>
<script type="module" src="{{ absLangURL "graph/graph.js" }}"></script>
<style>
#graph-container {
width: 100%;