home · contact · privacy
Fix tests, improve templates.
[redo-blog] / processor / index.html.do
index 031029404ade82260ccb369b63f345d9961cb82f..725bccb243670cacf9a5ced56d5e1d7ad93968fc 100644 (file)
@@ -42,6 +42,6 @@ rm -rf "${tmp_snippets_dir}"
 # Put data into template.
 template=$(cat "$template_file")
 printf "%s" "$template" | \
-sed 's/%TITLE%/'"$title"'/g' | \
-sed 's/%LIST%/'"$list"'/g' | \
+sed 's/%BLOG_TITLE%/'"$title"'/g' | \
+sed 's/%INDEX%/'"$list"'/g' | \
 tr '\a' '%'