Added html_pre_index var for templates
parent
cde17bbf02
commit
40fb165b53
|
@ -134,7 +134,7 @@ msgfmt="${msgfmt:-./msgfmt}"
|
||||||
# make configuration available to all scripts
|
# make configuration available to all scripts
|
||||||
export title desc copyright license msgfmt url_root path_tpl path path_root \
|
export title desc copyright license msgfmt url_root path_tpl path path_root \
|
||||||
html_external_css html_footer html_index_footer html_commit_footer \
|
html_external_css html_footer html_index_footer html_commit_footer \
|
||||||
html_ext
|
html_ext html_pre_index
|
||||||
|
|
||||||
# clear the cachefile (TODO: we could maintain cache files from previous runs if
|
# clear the cachefile (TODO: we could maintain cache files from previous runs if
|
||||||
# we offer a flag that opts out of reprocessing previously processed commits)
|
# we offer a flag that opts out of reprocessing previously processed commits)
|
||||||
|
|
|
@ -17,6 +17,7 @@ cat <<EOH
|
||||||
<h1 class="title">$title</h1>
|
<h1 class="title">$title</h1>
|
||||||
<h2 class="desc">$desc</h2>
|
<h2 class="desc">$desc</h2>
|
||||||
</header>
|
</header>
|
||||||
|
$html_pre_index
|
||||||
EOH
|
EOH
|
||||||
|
|
||||||
# generate index and populate statistical vars
|
# generate index and populate statistical vars
|
||||||
|
|
Loading…
Reference in New Issue