aboutsummaryrefslogtreecommitdiffstats
path: root/zurb-F5-basic
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2014-09-19 16:56:35 -0700
committerJustin Mayer <entroP@gmail.com>2014-09-19 16:56:35 -0700
commit26658e5d247bcf2f2055ba0e8b691404506d9ae4 (patch)
tree66a7b143dcee88a1220d44b1c77ae659cca8bb59 /zurb-F5-basic
parentfa884da4745289f42f3ec055d9d009b8aa25c756 (diff)
parentbed873186935f5bb2b5165609f23a296be519ddb (diff)
downloadpelican-themes-26658e5d247bcf2f2055ba0e8b691404506d9ae4.zip
pelican-themes-26658e5d247bcf2f2055ba0e8b691404506d9ae4.tar.gz
pelican-themes-26658e5d247bcf2f2055ba0e8b691404506d9ae4.tar.bz2
Merge pull request #251 from callmemagnus/patch-1
Changed URL to 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 c3c2d79..91fb81a 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>