Skip to content

Commit

Permalink
Ocsiblog: feed link in node pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfp committed Feb 14, 2009
1 parent e2a83f9 commit 9b535f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocsiblog.ml
Expand Up @@ -305,7 +305,7 @@ let serve_page sp page () = match Pages.get_entry pages page with
(div_with_id "header"
[h1 [a ~service:page_service ~sp [pcdata thetitle] page];
with_class p "date" [pcdata (format_date (Node.date node))];
p [toplink]] ::
p [toplink; br (); a rss2_service sp [pcdata "Subscribe"] ""]] ::
(node_body_with_comments ~sp node @ [footer]))]

let () = Eliom_predefmod.Text.register page_service serve_page
Expand Down

0 comments on commit 9b535f7

Please sign in to comment.