diff options
author | nathansmith <nathansmith@posteo.com> | 2025-05-25 18:54:19 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-05-25 18:54:19 -0600 |
commit | 7a03049f96a87e0d562a4adea671bdf386a0f72f (patch) | |
tree | 69cdfa0394416f8c82a5c500d2e0ab3780c4e723 /org/blog/generate-html.scm | |
parent | 66d61b43b4f682581d807a8aeb3c668710e00155 (diff) |
New blog post and better support added
Diffstat (limited to 'org/blog/generate-html.scm')
-rwxr-xr-x | org/blog/generate-html.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org/blog/generate-html.scm b/org/blog/generate-html.scm index 11da0a5..0241437 100755 --- a/org/blog/generate-html.scm +++ b/org/blog/generate-html.scm @@ -38,6 +38,7 @@ (file (cadr (list-ref article 6)))) (string-append "<br />\n" + "<hr />\n" "<div class=\"container\">\n" " <div class=\"article-header\">\n" " <h2 id=\"" name "\">" title "</h2>--- " pub-date "\n" |