Skip to content

Commit

Permalink
Include title in blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jul 18, 2014
1 parent 00bcefa commit cb96f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blog.ml
Expand Up @@ -49,7 +49,7 @@ let dispatch ({title; subtitle; rights} as feed) entries =
let content =
C.Foundation.Blog.t ~title ~subtitle ~sidebar ~posts ~copyright ()
in
let content = make content in
let content = make ~title content in
return (ent.C.Blog.Entry.permalink, content)
) entries
in
Expand Down

0 comments on commit cb96f95

Please sign in to comment.