diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm index 02f1d9301..89560c88b 100644 --- a/IkiWiki/Plugin/comments.pm +++ b/IkiWiki/Plugin/comments.pm @@ -673,6 +673,7 @@ sub previewcomment ($$$) { my $template = template("comment.tmpl"); $template->param(content => $preview); $template->param(ctime => displaytime($time, undef, 1)); + $template->param(html5 => $config{html5}); IkiWiki::run_hooks(pagetemplate => sub { shift->(page => $location, diff --git a/IkiWiki/Plugin/inline.pm b/IkiWiki/Plugin/inline.pm index 2df59f414..933e30646 100644 --- a/IkiWiki/Plugin/inline.pm +++ b/IkiWiki/Plugin/inline.pm @@ -362,6 +362,7 @@ sub preprocess_inline (@) { $template->param(mtime => displaytime($pagemtime{$page}, $params{timeformat})); $template->param(first => 1) if $page eq $list[0]; $template->param(last => 1) if $page eq $list[$#list]; + $template->param(html5 => $config{html5}); if ($actions) { my $file = $pagesources{$page}; diff --git a/doc/style.css b/doc/style.css index 69c7f80d8..c857157b6 100644 --- a/doc/style.css +++ b/doc/style.css @@ -49,7 +49,7 @@ border-bottom: 1px solid #000; } -div.inlinecontent { +.inlinecontent { margin-top: .4em; } diff --git a/templates/comment.tmpl b/templates/comment.tmpl index fb76ea004..39cba0ff9 100644 --- a/templates/comment.tmpl +++ b/templates/comment.tmpl @@ -1,20 +1,20 @@ -
+
+
-
+
-
+
-
+
-
+
-
+
Comment by - @@ -29,10 +29,10 @@ Comment by - + - + @@ -41,19 +41,18 @@ Comment by - - + — -
+
- -
+