webgen v4.0.2 + mkdirindex on files alpha + blockqoute autoinsert
This commit is contained in:
parent
e56419c409
commit
18fe815c29
1 changed files with 2 additions and 2 deletions
|
@ -188,8 +188,8 @@ head1 = (
|
||||||
|
|
||||||
style_fn = '<link rel="stylesheet" type="text/css" href="/vimstyles.css">'
|
style_fn = '<link rel="stylesheet" type="text/css" href="/vimstyles.css">'
|
||||||
head2 = "</head><body>\n"
|
head2 = "</head><body>\n"
|
||||||
body1 = '<a href="./">Back</a>'
|
body1 = '<a href="./">Back</a><blockquote>'
|
||||||
foot = "</body> </html>\n"
|
foot = "</blockquote><hr /></body> </html>\n"
|
||||||
|
|
||||||
# write beginning of html-file
|
# write beginning of html-file
|
||||||
html_out_file.write(head1 + style_fn + head2 + body1)
|
html_out_file.write(head1 + style_fn + head2 + body1)
|
||||||
|
|
Loading…
Reference in a new issue