Hello, I just installed Ghost and am trying to templatize some meta tags for my blog.
I want to use {{url}}
in the “Code injection” section for the <head>
. But it doesn’t seem to be working.
I’m expecting it to output the current page’s URL but I am not seeing it expanded.
Is this not possible or am I missing something?
This ends up outputting:
<meta property="og:image" content="https://www.mugshotbot.com/m?url={{url absolute='true'}}">
not like what I expected:
<meta property="og:image" content="https://www.mugshotbot.com/m?url=https://joemasilotti.ghost.io/test-post-woo/">