You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I put a small Preview-List of the blog on my homepage, the whole meta-informations of the blog are put to the pageheader (description, og:description, ....).
How can I avoid this ?
I saw the the enty in the PageRendererHooks.php
if ($pageService->isBlog === TRUE)
but this page is not the main blog, just a preview...
The text was updated successfully, but these errors were encountered:
Added optional category selection field to the widget configuration flexform,
and able to show posts from select single or multiple categories.
Resolves: #9
when I put a small Preview-List of the blog on my homepage, the whole meta-informations of the blog are put to the pageheader (description, og:description, ....).
How can I avoid this ?
I saw the the enty in the PageRendererHooks.php
if ($pageService->isBlog === TRUE)
but this page is not the main blog, just a preview...
The text was updated successfully, but these errors were encountered: