baseddata.io/layouts/shortcodes/chart.html

6 lines
157 B
HTML

<script>
const apiURL = "{{ .Site.Params.apiURL }}";
</script>
{{ $id := .Get "src" | md5 }} {{ partial "chart.html" (dict "src" (.Get "src")
"id" $id) }}