diff options
Diffstat (limited to 'zurb-F5-basic/templates/base.html')
-rw-r--r-- | zurb-F5-basic/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zurb-F5-basic/templates/base.html b/zurb-F5-basic/templates/base.html index 757c86b..ba4282c 100644 --- a/zurb-F5-basic/templates/base.html +++ b/zurb-F5-basic/templates/base.html @@ -10,7 +10,7 @@ <link rel="stylesheet" href="{{ SITEURL }}/theme/css/foundation.min.css" />
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/style.css" />
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments.css" />
- <script src="{{ SITEURL }}/theme/js/custom.modernizr.js"></script>
+ <script src="{{ SITEURL }}/theme/js/modernizr.js"></script>
</head>
<body>
|