diff options
author | magnus anderssen <magnus@magooweb.com> | 2014-09-13 21:32:02 +0200 |
---|---|---|
committer | magnus anderssen <magnus@magooweb.com> | 2014-09-13 21:32:02 +0200 |
commit | bed873186935f5bb2b5165609f23a296be519ddb (patch) | |
tree | ba9b47d04dfa9cdbbf41474b2d253e19ca4794f3 /zurb-F5-basic/templates/base.html | |
parent | bca823e6492bc70a6faba7b2591f37c483afa30e (diff) | |
download | pelican-themes-bed873186935f5bb2b5165609f23a296be519ddb.tar.gz |
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/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>
|