1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 20:57:49 +02:00

Use CDNJS For Hosting Scripts.

This commit is contained in:
EuanMead
2014-01-07 16:33:43 +00:00
parent 8ee7c234e1
commit 4d7383637a

View File

@@ -26,12 +26,12 @@
<?php Action::run('theme_header'); ?>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script>
<![endif]-->
<!-- Fav icons -->
<!-- Fav-icons -->
<link rel="icon" href="<?php echo Site::url(); ?>/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="<?php echo Site::url(); ?>/favicon.ico" type="image/x-icon">
</head>