aboutsummaryrefslogtreecommitdiff
path: root/assets/templates
diff options
context:
space:
mode:
Diffstat (limited to 'assets/templates')
-rw-r--r--assets/templates/markdown-feed.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/templates/markdown-feed.yaml b/assets/templates/markdown-feed.yaml
index b75a713..bf883c0 100644
--- a/assets/templates/markdown-feed.yaml
+++ b/assets/templates/markdown-feed.yaml
@@ -20,4 +20,7 @@ feed:
{{ end -}}
---
-{{ .content }} [Read More →]({{ .link }})
+{{ .content
+ | replaceRE "{" "{"
+ | replaceRE "}" "}"
+}} [Read More →]({{ .link }})