aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-make')
-rw-r--r--src/blogc-make/atom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blogc-make/atom.c b/src/blogc-make/atom.c
index 6749658..0f86e1c 100644
--- a/src/blogc-make/atom.c
+++ b/src/blogc-make/atom.c
@@ -30,7 +30,7 @@ static const char atom_template[] =
" <email>{{ AUTHOR_EMAIL }}</email>\n"
" </author>\n"
" <subtitle type=\"text\">{{ SITE_TAGLINE }}</subtitle>\n"
- " {%% block listing %%}\n"
+ " {%%- block listing %%}\n"
" <entry>\n"
" <title type=\"text\">{{ TITLE }}</title>\n"
" <id>{{ BASE_DOMAIN }}{{ BASE_URL }}%s</id>\n"
@@ -43,7 +43,7 @@ static const char atom_template[] =
" </author>\n"
" <content type=\"html\"><![CDATA[{{ CONTENT }}]]></content>\n"
" </entry>\n"
- " {%% endblock %%}\n"
+ " {%%- endblock %%}\n"
"</feed>\n";