jc758
11 years agoAdvisor
Disable mobile view with freemarker
Hi
I would like to disable the mobile view for a particular blog (and go responsive).
I know I we can set a skin in the page initialization like that:
<#if page.name == "custom-page-id" > ${skin.set("custom_skin")} </#if>
Is there a way to force the desktop view to be applied?
regards
JC