Added html_head env var to templates
parent
110e557293
commit
2ff9b89452
|
@ -148,7 +148,8 @@ msgfmt="${msgfmt:-$default}"
|
|||
# make configuration available to all scripts
|
||||
export title desc copyright license msgfmt url_root path_tpl path \
|
||||
html_external_css html_footer html_index_footer html_commit_footer \
|
||||
html_pre_index html_body_class html_tsep repo_url repo_commit_url
|
||||
html_pre_index html_body_class html_tsep html_head repo_url \
|
||||
repo_commit_url
|
||||
|
||||
# if raw processing was requested, then we are done; pass the torch
|
||||
test $do_raw && {
|
||||
|
|
|
@ -36,7 +36,7 @@ cat <<EOF
|
|||
p.ref { margin: 0.25em 0em; }
|
||||
$commit_html_inline_css
|
||||
</style>
|
||||
$commit_html_head
|
||||
$html_head
|
||||
</head>
|
||||
<body class="${html_body_class:-commit}">
|
||||
<article>
|
||||
|
|
Loading…
Reference in New Issue