aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.json
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2021-02-24 16:29:44 +0200
committerMantas Vilčinskas <hi@mnts.lt>2021-02-24 16:29:44 +0200
commit548fcb9e38409902e12d117c745297e7637a7e67 (patch)
treee9a96ab63d9b41ac1c469587e5b6687909761911 /layouts/index.json
parent96477340dd7d7127ce5a6190e78974ad7a895bea (diff)
API updates, lastmod, NCMS/default config changes, version to 0.80
Diffstat (limited to 'layouts/index.json')
-rw-r--r--layouts/index.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.json b/layouts/index.json
index eea1926..9834cec 100644
--- a/layouts/index.json
+++ b/layouts/index.json
@@ -7,7 +7,7 @@
"languageCode": "{{ T "languageCode" }}",
"baseURL": "{{ .Site.BaseURL }}",
"description": "{{ .Site.Params.Description }}",
- "summaryStatus":{{ if $isDown }}"down",{{ else }}{{ if $isDisrupted }}"disrupted",{{ else }}{{ if $isNotice }}"notice",{{ else }}"ok",{{ end }}{{ end }}{{ end }}
+ "summaryStatus": {{ if $isDown }}"down",{{ else }}{{ if $isDisrupted }}"disrupted",{{ else }}{{ if $isNotice }}"notice",{{ else }}"ok",{{ end }}{{ end }}{{ end }}
"categories": [{{ range $i, $e := .Site.Params.categories }}{{ if $i }},{{ end }}
{
"name": "{{ .name }}",{{ if .description }}