remove <main> and <header>

main
sejo 1 year ago
parent 6f96dae334
commit 8d456b6a7c

@ -137,7 +137,7 @@ function finishfile(){
# finish writing the previous content file
if(is_list){ append("</ul>"); is_list = 0 }
if(is_pre){ append("</pre>"); is_pre = 0 }
out = out "\t</main>\n </body>\n</html>"
out = out " </body>\n</html>"
print out > nameout
}
function append(line){

@ -7,7 +7,4 @@
<link rel="stylesheet" href="../style.css" type="text/css" />
</head>
<body>
<header>
<h1>{title}</h1>
</header>
<main>
<h1 class="header">{title}</h1>

@ -15,7 +15,7 @@ pre{
blockquote{
font-style: italic;
}
header h1{
h1.header{
font-size:3em;
}
h1,h2,h3{

Loading…
Cancel
Save