lestoitsduval/layouts/shortcodes/data.html

5 lines
115 B
HTML
Raw Permalink Normal View History

2020-05-22 11:13:09 +02:00
{{- $file := .Get 0 -}}
{{- $key := .Get 1 -}}
{{- $data := index (index $.Site.Data $file) $key -}}
{{- $data -}}