adjust theming
This commit is contained in:
@@ -2,7 +2,10 @@ let render ~posts =
|
||||
let open Database in
|
||||
<div>
|
||||
<h3>Blog</h3>
|
||||
<p>
|
||||
The ramblings of a mad man.
|
||||
I have an <a href="/blog/rss.xml">RSS feed</a> too.
|
||||
</p>
|
||||
<br>
|
||||
</div>
|
||||
% posts |> List.iter begin fun (post : Blog_post.t) ->
|
||||
@@ -14,4 +17,4 @@ let render ~posts =
|
||||
<%s post.date %>
|
||||
</i>
|
||||
</div>
|
||||
% end;
|
||||
% end;
|
||||
|
||||
Reference in New Issue
Block a user