Having this in a resouce_maniupulator:
resource.data.title.gsub! "blashpemy word", "***"
How can i modify the front matter of the page, before build process starts?
Thanks.
Having this in a resouce_maniupulator:
resource.data.title.gsub! "blashpemy word", "***"
How can i modify the front matter of the page, before build process starts?
Thanks.
It is not possible to change data. Use metadata instead (I believe this will change with Middleman 4)
current_page.metadata[:page][βtitleβ]