remove <main> and <header>

This commit is contained in:
sejo 2022-01-10 11:44:21 -06:00
parent 6f96dae334
commit 8d456b6a7c
3 changed files with 3 additions and 6 deletions

View File

@ -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){

View File

@ -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>

View File

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