Is it possible with Hakyll to modify a field such as "date", "author" and more specifically the body of a page. For example, I wish to modify or delete some part of page.
I looked at the Hakyll documentation on Hackage. There was a function called changeField
which seam to make what I want. But this function is from version 3 of Hakyll, and it doesn't exist in Hakyll 4.5.0, which I am using now.