mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
Initial docs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"events": [
|
||||
{{ range $i, $event := (where (where .Site.RegularPages "Section" "events") ".Params.type" "event") }}
|
||||
{{ if $i }}, {{ end }}
|
||||
{
|
||||
"title": "{{ $event.Params.title }}",
|
||||
"location": "{{$event.Params.location}}",
|
||||
"eventDate": "{{$event.Params.eventdate}}",
|
||||
"permalink": "{{.Permalink}}"
|
||||
}
|
||||
{{ end }}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user