Hi,
I have contents in my header that I want to only display on Site home page, and not on any journal page. Is there an OJS way to this? Like a variable holding the value of the current page.
I’m thinking of an if statement like {if $isSite} {*Some code to execute*} {/if}
or something like that.