Describe the bug
The site name appears as "The #{ApplicationConfig['COMMUNITY_NAME']} Community" (no text substitution is occurring).
To Reproduce
Steps to reproduce the behavior:
<meta property="og:site_name" content="The #{ApplicationConfig['COMMUNITY_NAME']} Community">
Expected behavior
String substitution should occur, replacing #{ApplicationConfig['COMMUNITY_NAME']} with the actual name of the community.
Additional context
It seems like the string is lacking the <%= tag needed for the erb template. See here. Git blame says its @benhalpern's fault 馃槈
I'll be taking this on if no one's working on it :)
Most helpful comment
I'll be taking this on if no one's working on it :)