Hi!, I’m newbie using this.
My question is about page titles, I’m trying to use a unique file to put titles into pages, I mean
I want to use a data.yml file which includes something like this:
index:
title: 'Some title'
other_section:
title: 'Other title'
And use to render a title for every single page. It’s that possible?
I know that the normal way is adding the title at the top of the partial. But I want it more organised in a single file.
Thanks to all