X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=b.rb;h=4bd8f96d0c187dbe365073f90ccad5a9b544c5e4;hp=c2dbc75bae6ff6f8b5839941f083e7ef19e49563;hb=e81919074554ec1e719f1431667299c9c84dc854;hpb=a5d36b23813ae286ba3fb76e4f60ef6d267ba128 diff --git a/b.rb b/b.rb index c2dbc75..4bd8f96 100644 --- a/b.rb +++ b/b.rb @@ -86,7 +86,7 @@ EOF

iankelling.org#{o[:header]}

-
+
#{content}
@@ -220,11 +220,11 @@ EOF comment_html("Note: there #{text} pending approval.", NOW) end com_section = <<-EOF -
- + + - - + +
#{com_list} @@ -267,6 +267,11 @@ EOF fskel(rel_path, title, page_html, header: header_rel, footer: footer_extra, + # We call the main content prose because it can contain + # code, so we want to left justify it, so we dont have + # to cram all the code into the middle and can use + # a wider area. + prose: true, comments: com_section, description: description) url="#{DURL}#{rel_path}"