remove useless br
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user