aboutsummaryrefslogtreecommitdiff
path: root/site.json
diff options
context:
space:
mode:
Diffstat (limited to 'site.json')
-rw-r--r--site.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/site.json b/site.json
index 3e544ac..2a27e8d 100644
--- a/site.json
+++ b/site.json
@@ -15,7 +15,7 @@
"url": "{{ post.url }}",
"lang": "{{ post.lang }}",
"ref": "{{ post.ref }}",
- "layout": "post",
+ "layout": "{{ post.layout }}",
"content": {{ post.content | strip_html | jsonify }}
}{% unless forloop.last %},{% endunless %}
{% endfor %}
@@ -34,7 +34,7 @@
"lang": "{{ page.lang }}",
"ref": "{{ page.ref }}",
"plaintext": "{{ page.plaintext }}",
- "layout": "page",
+ "layout": "{{ page.layout }}",
"content": {{ page.content | strip_html | jsonify }}
}{% unless forloop.last %},{% endunless %}
{% endfor %}
@@ -53,7 +53,7 @@
"url": "{{ pastebin.url }}",
"lang": "{{ pastebin.lang }}",
"ref": "pastebin-ref",
- "layout": "pastebin",
+ "layout": "{{ pastebin.layout }}",
"content": {{ pastebin.content | strip_html | jsonify }}
}{% unless forloop.last %},{% endunless %}
{% endfor %}
@@ -72,7 +72,7 @@
"url": "{{ til.url }}",
"lang": "{{ til.lang }}",
"ref": "{{ til.ref }}",
- "layout": "til",
+ "layout": "{{ til.layout }}",
"content": {{ til.content | strip_html | jsonify }}
}{% unless forloop.last %},{% endunless %}
{% endfor %}