mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
6 lines
212 B
HTML
6 lines
212 B
HTML
|
{{- $rewritesDict := dict "" "" -}}
|
||
|
{{- range $i, $r := (getCSV "," "/csv/rewrites.csv") -}}
|
||
|
{{- $rewritesDict = merge $rewritesDict (dict (index $r 0) (index $r 1)) -}}
|
||
|
{{- end -}}
|
||
|
{{- return $rewritesDict -}}
|