Movim wants title also
1 files changed, 1 insertions(+), 0 deletions(-) M pubsub-entry-publish.hs
M pubsub-entry-publish.hs => pubsub-entry-publish.hs +1 -0
@@ 127,6 127,7 @@ main = do ! customAttribute (s"href") (Blaze.toValue http) when (comments config) $ Blaze.customLeaf (s"link") True ! customAttribute (s"title") (s"comments") ! customAttribute (s"rel") (s"replies") ! customAttribute (s"href") (Blaze.toValue commentUri) forM_ (enclosures config) Blaze.toMarkup