forked from website/openpower.foundation
9 lines
189 B
JSON
9 lines
189 B
JSON
3 years ago
|
{
|
||
|
"title": "{{ .Title }}",
|
||
|
"permalink": "{{ .Permalink }}",
|
||
|
"level": "{{ .Params.level }}",
|
||
|
"joined": "{{ .Params.joined }}",
|
||
|
"link": "{{ .Params.link }}",
|
||
|
"content": "{{ .PlainWords }}"
|
||
|
}
|