The current wrap does not get favicon to work. I suggest you change the initial code to;
@* Favicon *@
@if (!string.IsNullOrWhiteSpace(GetString("Item.Area.Favicon"))) {
string favicon = GetString("Item.Area.Favicon");
<link href="@favicon" rel="icon" type="image/png">
}