fixup html, add rss feed

This commit is contained in:
rf
2022-09-24 12:27:10 -05:00
parent 6c59e99b50
commit dfd1b57a61
4 changed files with 71 additions and 18 deletions

View File

@@ -9,6 +9,8 @@ module Render :
val render_page : string -> string
val generate_link : BlogPost.t -> string
val handle_error : [< Caqti_error.t ] -> Dream.response Lwt.t
val handle_not_found : unit -> Dream.response Lwt.t
val render_blog_post : Dream.request -> Dream.response Lwt.t
val render_blog_index : Dream.request -> Dream.response Lwt.t
val render_rss_feed : Dream.request -> Dream.response Lwt.t
end