aboutsummaryrefslogtreecommitdiffstats
path: root/zurb-F5-basic
diff options
context:
space:
mode:
authormagnus anderssen <magnus@magooweb.com>2014-09-13 21:32:02 +0200
committermagnus anderssen <magnus@magooweb.com>2014-09-13 21:32:02 +0200
commitbed873186935f5bb2b5165609f23a296be519ddb (patch)
treeba9b47d04dfa9cdbbf41474b2d253e19ca4794f3 /zurb-F5-basic
parentbca823e6492bc70a6faba7b2591f37c483afa30e (diff)
downloadpelican-themes-bed873186935f5bb2b5165609f23a296be519ddb.zip
pelican-themes-bed873186935f5bb2b5165609f23a296be519ddb.tar.gz
pelican-themes-bed873186935f5bb2b5165609f23a296be519ddb.tar.bz2
Changed URL to modernizer.js
I get: WARNING:root:Unable to find file /theme/js/custom.modernizr.js/index.html or variations. if I generate the site as-is. Either it links to the one in /vendor or the existing one in /js (called modernizer.js)
Diffstat (limited to 'zurb-F5-basic')
-rw-r--r--zurb-F5-basic/templates/base.html2
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>