From 0cc1435f35fcde465e7ba1642d8822845a4e5d4d Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sat, 5 Oct 2019 17:53:33 +1000 Subject: [PATCH] Make config.description optional in atom.xml --- components/templates/src/builtins/atom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/templates/src/builtins/atom.xml b/components/templates/src/builtins/atom.xml index dcbe7507..106ade4a 100644 --- a/components/templates/src/builtins/atom.xml +++ b/components/templates/src/builtins/atom.xml @@ -1,7 +1,9 @@ {{ config.title }} + {%- if config.description %} {{ config.description }} + {%- endif %} Zola