How get attribute content for <meta> tag?
Created 7 years ago by libero

I have a question. in metadate file. How get attribute content for tag. I try use {{ post.image.view_path }} but not working

ryanthompson  —  7 years ago

Because it's outside of the posts template you need to access it via the template super variable.

{{ template.post.image.view_path }}

Pages do the same but as 'page' of course.