baseddata.io/layouts/shortcodes/chart.html

6 lines
157 B
HTML
Raw Normal View History

2024-08-14 19:48:58 +01:00
<script>
const apiURL = "{{ .Site.Params.apiURL }}";
</script>
{{ $id := .Get "src" | md5 }} {{ partial "chart.html" (dict "src" (.Get "src")
"id" $id) }}