1
0
Fork 0

Commit template application now makes user of apply-template function

master
Mike Gerwitz 2013-05-19 16:04:25 -04:00
parent 02993716c7
commit 6cea4d3426
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ do-index()
export path_root='../../'
# invoke template
"$repotype"/commit2html "$commit" | "$path_tpl/commit"
"$repotype"/commit2html "$commit" | apply-template commit
) > "$path_out/$pagefile" \
&& ./hashcache "$hash" "$pagefile"
done
@ -115,5 +115,5 @@ do-index()
}
# let the template finish
export -f do-index
export -f do-index resolv-template apply-template exec-template
exec-template index