How get attribute content for <meta> tag?
Created 8 years ago by liberoI have a question. in metadate file. How get attribute content for tag. I try use {{ post.image.view_path }} but not working
I have a question. in metadate file. How get attribute content for tag. I try use {{ post.image.view_path }} but not working
Because it's outside of the posts template you need to access it via the template super variable.
Pages do the same but as 'page' of course.