From 8d456b6a7c657a4ba92b09f92fc34c067556a6f1 Mon Sep 17 00:00:00 2001 From: sejo Date: Mon, 10 Jan 2022 11:44:21 -0600 Subject: [PATCH] remove
and
--- g2e.awk | 2 +- templates/header.xhtml | 5 +---- templates/style.css | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/g2e.awk b/g2e.awk index baf3b0b..25bb7aa 100644 --- a/g2e.awk +++ b/g2e.awk @@ -137,7 +137,7 @@ function finishfile(){ # finish writing the previous content file if(is_list){ append(""); is_list = 0 } if(is_pre){ append(""); is_pre = 0 } - out = out "\t
\n \n" + out = out " \n" print out > nameout } function append(line){ diff --git a/templates/header.xhtml b/templates/header.xhtml index add0ddd..ef92fa9 100644 --- a/templates/header.xhtml +++ b/templates/header.xhtml @@ -7,7 +7,4 @@ -
-

{title}

-
-
+

{title}

diff --git a/templates/style.css b/templates/style.css index 13d489c..87c8185 100644 --- a/templates/style.css +++ b/templates/style.css @@ -15,7 +15,7 @@ pre{ blockquote{ font-style: italic; } -header h1{ +h1.header{ font-size:3em; } h1,h2,h3{