X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=processor%2Findex.html.do;h=725bccb243670cacf9a5ced56d5e1d7ad93968fc;hb=832ddee1f328d75580c3bc39c48e4b000d2929d6;hp=031029404ade82260ccb369b63f345d9961cb82f;hpb=ff5b37d8bc4cfba8f1db69a279da887accaa0296;p=redo-blog 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' '%'