Friday, July 13, 2012

How to put meta tag into Orchard theme?

In layout.cshtml file, add following code:
@using (Script.Head())
{
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
}

No comments:

Post a Comment