I’m using this line in my header in my base.html.twig to automatically pull in summaries for articles:
" ", 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?
For additional information on it, none of my other opengraph meta tags cause any issue, only setting any of them to {{page.summary}} on non-blog-item pages.
You could “make” a summary by taking the content and cutting it down to a suitable length, but you could also just revert to the site description in lieu of a page’s summary, like this: