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:
-rw-r--r--layouts/partials/head.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 28b933e..fa1c94d 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -55,5 +55,9 @@
{{ if .Params.sort_tables }}
<script type="text/javascript" src="{{ .Site.BaseURL }}/js/sorttable.js"></script>
{{ end }}
+ {{ if .Params.graphing }}
+ <script type="text/javascript" src="{{ .Site.BaseURL }}/js/c3.min.js"></script>
+ <script type="text/javascript" src="{{ .Site.BaseURL }}/js/d3.min.js"></script>
+ {{ end }}
{{ partial "head_custom.html" . }}
</head>