I'm using this line in my header in my base.html.twig to automatically pull in summaries for articles:
"<meta name="og:description" property="og:description" content="{{ page.summary }}" /> ", but that ends up adding another bar/content on the top with ' " /> ' of pages that don't have summaries. Added bar
Anyone have any thoughts on what might be a possibility here that's better than having a separate base.html.twig for articles and the non-article pages?
Thanks!