X-Git-Url: https://plomlompom.com/repos/?p=redo-blog;a=blobdiff_plain;f=processor%2Findex.html.do;h=86369692cad6f9070110a04d644e29baa60fad20;hp=e436a4a67beaeb577738cf3d3e5c0ca1366516f3;hb=b86576c5f61cff36c80c9e0efd9d77f50dac745b;hpb=eb9cbfe0b76e217743a18950693d90ebd3a20690 diff --git a/processor/index.html.do b/processor/index.html.do index e436a4a..8636969 100644 --- a/processor/index.html.do +++ b/processor/index.html.do @@ -2,7 +2,9 @@ # Pull in global dependencies. . ./helpers.sh -title_file=title.meta +metadata_dir=metadata +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"