utsa-asc / college-dls

design language system for the University of Texas at San Antonio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMS: News template needs OG meta tags

lalov1 opened this issue · comments

I do not see the OG meta tags that are in other news articles on the provost news site:
<meta content="Rebecca Luther" property="og:author"/> <meta content="https://www.utsa.edu/today/2023/images/bold-scholars_780.png" property="og:image"/> <meta content="350" property="og:image:height"/> <meta content="780" property="og:image:width"/>

Also, it looks like there is some Cascade code for the publish time:
<meta content="${start}" property="og:article:published_time"/>

${start} should've been ${_start}. adding a conditional on content type for blog to output the image1 as the meta go:image. Need to go back and do the same for author

updated with author info on blog posts