I am trying to use the <%customStylesScripts%> to add some open graph meta info to the header of my jeffrey.smallpict.com blog, but it's not working.
I put the following under the above in the glossary:
<meta property="og:url" content="http://<%httpHost%><%httpPath%>" />
However, in the source for a post I am seeing
<meta property="og:url" content="http://<%httpHost%><%httpPath%>" />
Am I doing something wrong, or is the case that the macros just don't work unless they are in the content of a post?