Skip to content

Commit

Permalink
Updating to 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlevine committed May 3, 2018
1 parent 0fbc6ed commit 997edaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/inc/html_head.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<link rel="icon" href="#$.siteConfig('assetPath')#/images/favicon.ico" type="image/x-icon" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic" rel="stylesheet" />

<!-- Mura CSS -->
<link rel="stylesheet" href="#$.siteConfig('assetPath')#/css/mura.6.1.1.min.css" />
<link rel="stylesheet" href="#$.siteConfig('assetPath')#/css/mura.6.1.1.skin.css" />
<!--- Mura CMS Base Styles--->
<!--- Optional: Mura CMS Skin Styles. Duplicate to your theme to customize, changing 'assetPath' to 'themeAssetPath' below. Don't forget to move, remove or replace sprite.png. --->
#$.outputMuraCSS(version="7.1", includeskin=true)#

<!--- jQuery --->
<script src="#$.siteConfig('themeAssetPath')#/js/jquery.min.js"></script>
Expand All @@ -44,4 +44,4 @@
<!-- Custom JavaScript -->
<script src="#$.siteConfig('themeAssetPath')#/js/extended.js"></script>
</head>
</cfoutput>
</cfoutput>

0 comments on commit 997edaf

Please sign in to comment.