Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onweru/compose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <fromweru@gmail.com>2020-12-21 21:50:07 +0300
committerweru <fromweru@gmail.com>2020-12-21 21:50:07 +0300
commit5194aaab824df9f6ef648acfe16c25ab4db1c4a7 (patch)
tree1af4685de518933e767755fe8a804d153f798d82 /layouts
parent297c636596882b1924188c9ece3f0820159f1635 (diff)
update
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/chart.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/chart.html b/layouts/shortcodes/chart.html
index 7533f29..c6a3fee 100644
--- a/layouts/shortcodes/chart.html
+++ b/layouts/shortcodes/chart.html
@@ -53,7 +53,7 @@
{{- $dataTally := split (delimit $dataCompactData ",") "," }}
-<link rel="stylesheet" href='{{ absURL js/chart.min.css" }}'/>
+<link rel="stylesheet" href='{{ absURL "js/chart.min.css" }}' />
<script src='{{ absURL "js/chart.min.js" }}'></script>
<script>
Chart.platform.disableCSSInjection = true;