X-Git-Url: https://plomlompom.com/repos/?p=redo-blog;a=blobdiff_plain;f=processor%2Findex.html.do;fp=processor%2Findex.html.do;h=725bccb243670cacf9a5ced56d5e1d7ad93968fc;hp=031029404ade82260ccb369b63f345d9961cb82f;hb=54220bdf43b8a1269dc54ae19dad9038b11e9981;hpb=2ae432349212cc00c3df9935a04edecc1f551241 diff --git a/processor/index.html.do b/processor/index.html.do index 0310294..725bccb 100644 --- a/processor/index.html.do +++ b/processor/index.html.do @@ -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' '%'