From 241744110d41904dd0ed3b0225c8a33231cc1e68 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Mon, 21 Dec 2020 18:52:10 +0000
Subject: [PATCH] update

---
 layouts/shortcodes/chart.html |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/layouts/shortcodes/chart.html b/layouts/shortcodes/chart.html
index c6a3fee..10ad8f8 100644
--- a/layouts/shortcodes/chart.html
+++ b/layouts/shortcodes/chart.html
@@ -52,7 +52,6 @@
 {{- $labels = split (delimit  $labels ",") "," }}
 {{- $dataTally := split (delimit $dataCompactData ",") ","  }}
 
-
 <link rel="stylesheet" href='{{ absURL "js/chart.min.css" }}' />
 <script src='{{ absURL "js/chart.min.js" }}'></script>
 <script>

--
Gitblit v1.10.0