X-Git-Url: https://plomlompom.com/repos/?p=redo-blog;a=blobdiff_plain;f=processor%2Findex.html.do;h=64fe355e037e2b77b6569e525761db1228e088c0;hp=1bd4dd13115f32556b77e065b223e8e488eb584e;hb=6ee5e0e20b722b1d4e72dfa52a19ec684cb30410;hpb=8d2ae126b20e8548a846b335367482410d533fd9 diff --git a/processor/index.html.do b/processor/index.html.do index 1bd4dd1..64fe355 100644 --- a/processor/index.html.do +++ b/processor/index.html.do @@ -1,8 +1,10 @@ #!/bin/sh # Pull in global dependencies. -. ./helpers.sh -title_file=title.meta +metadata_dir=.meta +. "$metadata_dir"/helpers.sh +srcdir=`pwd` +title_file="$metadata_dir"/title redo-ifchange "$title_file" # Write index head. @@ -15,25 +17,31 @@ blog_title=`read_and_escape_file "$title_file" | head -1` printf "%s\n\n\n" "$blog_title" printf "

%s

\n\n\n"