aboutsummaryrefslogtreecommitdiff
path: root/assets/templates/markdown-feed.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'assets/templates/markdown-feed.yaml')
-rw-r--r--assets/templates/markdown-feed.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/templates/markdown-feed.yaml b/assets/templates/markdown-feed.yaml
index d39a999..7225f46 100644
--- a/assets/templates/markdown-feed.yaml
+++ b/assets/templates/markdown-feed.yaml
@@ -16,7 +16,7 @@ feed:
(ne $key "date")
(ne $key "tags")
-}}
-{{ print " " }}{{- $key }}: {{ $value }}
+{{ print " " }}{{- $key }}: {{ $value | jsonify }}
{{ end -}}
{{ end -}}
---