diff options
-rwxr-xr-x | org/blog/generate-html.scm | 3 | ||||
-rw-r--r-- | org/blog/index.xhtml | 18 |
2 files changed, 11 insertions, 10 deletions
diff --git a/org/blog/generate-html.scm b/org/blog/generate-html.scm index c214ff1..e4a1ad3 100755 --- a/org/blog/generate-html.scm +++ b/org/blog/generate-html.scm @@ -37,7 +37,8 @@ (pub-date (cadr (list-ref article 4))) (file (cadr (list-ref article 6)))) (string-append - "\n<table border=\"1\" width=\"60%\" bgcolor=\"#bebebe\">\n" + "<br />\n" + "<table border=\"1\" width=\"60%\" bgcolor=\"#bebebe\">\n" " <tr><td><h2 id=\"" name "\">" title "</h2>--- " pub-date "</td></tr>\n" " <tr><td>" (get-raw-article file) " </td></tr>\n" diff --git a/org/blog/index.xhtml b/org/blog/index.xhtml index 7168716..ec54c48 100644 --- a/org/blog/index.xhtml +++ b/org/blog/index.xhtml @@ -43,7 +43,7 @@ </tr> </table> - + <br /> <table border="1" width="60%" bgcolor="#bebebe"> <tr><td><h2 id="second_place">Second place</h2>--- Wed, 30 Apr 2025 10:23:12 GMT</td></tr> <tr><td> @@ -171,7 +171,7 @@ </ul> </td></tr> </table> - +<br /> <table border="1" width="60%" bgcolor="#bebebe"> <tr><td><h2 id="case_against_identity">Case against identity</h2>--- Thu, 24 Apr 2025 19:20:02 GMT</td></tr> <tr><td> @@ -236,7 +236,7 @@ </p> </td></tr> </table> - +<br /> <table border="1" width="60%" bgcolor="#bebebe"> <tr><td><h2 id="the_project">The project</h2>--- Sun, 20 Apr 2025 23:05:22 GMT</td></tr> <tr><td> @@ -263,7 +263,7 @@ </p> </td></tr> </table> - +<br /> <table border="1" width="60%" bgcolor="#bebebe"> <tr><td><h2 id="fakism">Fakism</h2>--- Mon, 14 Apr 2025 05:58:51 GMT</td></tr> <tr><td> @@ -304,7 +304,7 @@ </p> </td></tr> </table> - +<br /> <table border="1" width="60%" bgcolor="#bebebe"> <tr><td><h2 id="fuck_aba_therapy">Fuck aba therapy</h2>--- Fri, 11 Apr 2025 10:22:54 GMT</td></tr> <tr><td> @@ -359,7 +359,7 @@ </ul> </td></tr> </table> - +<br /> <table border="1" width="60%" bgcolor="#bebebe"> <tr><td><h2 id="dogs_against_doge">Dogs against doge</h2>--- Sat, 5 Apr 2025 23:17:25 GMT</td></tr> <tr><td> @@ -379,7 +379,7 @@ </p> </td></tr> </table> - +<br /> <table border="1" width="60%" bgcolor="#bebebe"> <tr><td><h2 id="wikipedia">On the issue of wikipedia</h2>--- Mon, 31 Mar 2025 10:55:00 GMT</td></tr> <tr><td> @@ -486,7 +486,7 @@ </p> </td></tr> </table> - +<br /> <table border="1" width="60%" bgcolor="#bebebe"> <tr><td><h2 id="dreamlog1">Dream log 1</h2>--- Sun, 30 Mar 2025 01:51:00 GMT</td></tr> <tr><td> @@ -504,7 +504,7 @@ </p> </td></tr> </table> - +<br /> <table border="1" width="60%" bgcolor="#bebebe"> <tr><td><h2 id="overthinking">Overthinking</h2>--- Sat, 29 Mar 2025 11:42:00 GMT</td></tr> <tr><td> |