Adds the following build feature:
html
<meta property="og:url">
will be updated to include the full url and path of the file being processed, e.g.
html
<meta content="https://example.com/account.html" property="og:url">
Alternatively, you can specify the relative path:
html
<meta content="/try" property="og:url">
becomes
html
<meta content="https://example.com/try" property="og:url">