This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Martin Tale
How can I access page meta data?
I can easily access normal title/description using {{ this.page.title }}
but how would I get to meta data?
Thanks in advance, Martin
Autumn
<meta name="description" content="{{ this.page.meta_description}}">
<meta name="keywords" content="{{ this.page.meta_keywords}}">
but this in my plugin, meta_descripton supports system pages? but keywords fields not exists
1-4 of 4