diff options
author | nathan <nathansmith@disroot.org> | 2025-05-24 00:38:15 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-05-24 00:38:15 -0600 |
commit | e568b96a03be77b8fd68ed1874289a65a93b49aa (patch) | |
tree | 34cc0fa585e20e6aa0544c56d8ec1fb868920969 /org/blog/generate-html.scm | |
parent | 14f718834fa12d87a9abf419a05e7762b00c3b09 (diff) |
Fixed up blog a bit
Diffstat (limited to 'org/blog/generate-html.scm')
-rwxr-xr-x | org/blog/generate-html.scm | 3 |
1 files changed, 2 insertions, 1 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" |