Skip to content

Instantly share code, notes, and snippets.

@muracms
Last active December 28, 2015 01:39
Show Gist options
  • Save muracms/7422239 to your computer and use it in GitHub Desktop.
Save muracms/7422239 to your computer and use it in GitHub Desktop.
#$.content('metaDesc')#
<title>#esapiEncode('html', $.content('HTMLTitle')# - #esapiEncode('html', $.siteConfig('site'))#</title>
<link rel="icon" href="#$.siteConfig('assetPath')#/images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="#$.siteConfig('assetPath')#/images/favicon.ico" type="image/x-icon" />
<meta name="description" content="#esapiEncode('html_attr', $.content('metaDesc'))#" />
#$.content('metaKeywords')#
<meta name="keywords" content="#esapiEncode('html_attr', $.content('metaKeywords'))#" />
#$.content('credits')#
<cfif len($.content('credits'))>
<meta name="author" content="#esapiEncode('html_attr', $.content('credits'))#" />
</cfif>
#$.globalConfig('version')#
<meta name="generator" content="Mura CMS #$.globalConfig('version')#" />
#$.content('HTMLTitle')#
#$.siteConfig('site')#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment