remove useless br

This commit is contained in:
2022-12-12 20:42:55 -06:00
parent 49e5e1a8b0
commit 069ea54e11

View File

@@ -6,7 +6,6 @@ let render ~posts =
The ramblings of a mad man. The ramblings of a mad man.
I have an <a href="/blog/rss.xml">RSS feed</a> too. I have an <a href="/blog/rss.xml">RSS feed</a> too.
</p> </p>
<br>
</div> </div>
% posts |> List.iter begin fun (post : Blog_post.t) -> % posts |> List.iter begin fun (post : Blog_post.t) ->
<div class="link-wrapper"> <div class="link-wrapper">