HTML Head

Author: Webvanta

HTML head section as used in our standard templates, in the snippet "html_head".

The comments explain what each element is.

<!-- to replace the favicon change the href  below to point to one of your own images -->
<link rel="shortcut icon" type="image/x-icon"  href="/webvanta/img/favicon.ico"  />
<meta http-equiv="Content-Type" content="text/html;  charset=UTF-8" />
<title><w:meta:title /></title>    <!--  title tag pulled from CMS -->
<w:meta />                         <!-- keyword and description from CMS -->
<!-- autodiscovery link for the RSS feed  -->
<w:if_url matches='blog|post'>  <!-- for blog pages, use the blog feed -->
  <w:auto_discovery_link title='RSS Feed' href='/blog.xml'  />
</w:if_url>
<w:unless_url matches='blog|post'>  <!--  for all other pages, use the feed for everything but posts -->
  <w:auto_discovery_link title='RSS Feed' href='/feed.xml'  />
</w:unless_url>
<link rel="stylesheet" href="/webvanta/css/blueprint/0.9.1/screen.css"  type="text/css" media="screen, projection" />
<link rel="stylesheet"  href="/webvanta/css/blueprint/0.9.1/print.css"  type="text/css" media="print" />  
<!--[if lt IE 8]>
  <link  rel="stylesheet" href="/webvanta/css/blueprint/0.9.1/ie.css"  type="text/css" media="screen, projection" />
<![endif]-->
<link rel='stylesheet' type='text/css' href='/webvanta.css' media='all' />
<link rel='stylesheet'  type='text/css' href='/demo-content.css' media='all' />  <!-- you probably don't need this -->
<link rel='stylesheet' type='text/css' href='/dropdown_menu.css' media='all' />
<!--[if lt IE 7]>
  <link  rel="stylesheet" href="/dropdown_ie6.css" type="text/css" media="screen,  projection" />
<![endif]-->