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

github.com/VVelox/hugo-dusky-neon-potato.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZane C. Bowers-Hadley <vvelox@vvelox.net>2018-09-24 09:47:53 +0300
committerZane C. Bowers-Hadley <vvelox@vvelox.net>2018-09-24 09:47:53 +0300
commit100d1546d69627d96f5570f68cb6c93f9a5d53ed (patch)
tree440e3efbddd341f959b8594ad202905e2410f8df
parentc7921fbd88d299c17317c2a7fe4bad72f6bb36d6 (diff)
remove two - I missed
-rw-r--r--layouts/shortcodes/chart-generate.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/chart-generate.html b/layouts/shortcodes/chart-generate.html
index 60f5574..b6b663b 100644
--- a/layouts/shortcodes/chart-generate.html
+++ b/layouts/shortcodes/chart-generate.html
@@ -16,12 +16,12 @@ var chart = c3.generate({
}
{{ end }}
{{ if isset .yLabel }},{{end}}
- {{ with .y-label }}
+ {{ with .yLabel }}
x: {
label: '{{.}}'
}
{{ if isset .y2Label }},{{end}}
- {{ with .y2-label }}
+ {{ with .y2Label }}
x: {
label: '{{.}}'
}