First version

This commit is contained in:
2020-05-22 11:13:09 +02:00
parent c1e35272ec
commit 8d48751a6c
65 changed files with 744 additions and 357 deletions

View File

@ -0,0 +1,4 @@
{{- $file := .Get 0 -}}
{{- $key := .Get 1 -}}
{{- $data := index (index $.Site.Data $file) $key -}}
{{- $data -}}