mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
5 lines
159 B
HTML
5 lines
159 B
HTML
{{ $rawStaticmanYML := ( readFile "staticman.yml" ) }}
|
|
{{ $parsedStaticmanYML := ( transform.Unmarshal $rawStaticmanYML ) }}
|
|
|
|
{{ return $parsedStaticmanYML }}
|