A little question: could it be possible to consider a way to simplify populating metadata (mainly for Open Graph protocol) without having to settle redundant entries in the frontmatter of the md file?
For example :
-
og:titlecould simply use thetitlevariable -
og:urlcould use something like{{ base_url}}+slugvariable -
og:imagecould use something like{{ base_url}}+imageorcover variable
Or did I miss something on OpenGraph Metatag examples page?