baseddata.io/layouts/shortcodes/chart.html
2024-08-14 19:48:58 +01:00

5 lines
157 B
HTML

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