If we have two pages within Orchard CMS - the homepage and the About Us page, is there a way to include a RoyalSlider on just the homepage without affecting the About Us page?
Within Orchard CMS, I am utilizing the Contoso theme. Previously, I attempted to add the royalslider.css file to the Layout.cshtml
using Style.Include
, however, this approach caused the CSS file to be applied across all pages on the website. This is not an ideal practice and needs to be addressed.