~singpolyma/xmpp-blog-utils

0051864b211463173d5bdf8357724ee7b40cbe48 — Stephen Paul Weber 2 years ago 0792548
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