mirror of
https://github.com/arsenetar/pelican-red.git
synced 2026-01-23 15:11:38 +00:00
Update templates
Update the templates to remove the excessive itemprop tags as it really is not a good idea. Cleanup a few minor things.
This commit is contained in:
@@ -23,7 +23,7 @@ function ready(){
|
||||
// zeptojs or jquery
|
||||
Modernizr.load([{
|
||||
test: '__proto__' in {},
|
||||
yep: 'http://cdn.jsdelivr.net/foundation/4.3.1/js/vendor/zepto.js',
|
||||
yep: 'http://cdn.jsdelivr.net/foundation/4.3.2/js/vendor/zepto.js',
|
||||
nope: 'http://cdn.jsdelivr.net/jquery/1.10.2/jquery-1.10.2.min.js',
|
||||
complete: function() {
|
||||
if( !window.jQuery && !window.Zepto )
|
||||
@@ -37,7 +37,7 @@ Modernizr.load([{
|
||||
|
||||
// Foundation
|
||||
{
|
||||
load: 'http://cdn.jsdelivr.net/foundation/4.3.1/js/foundation.min.js',
|
||||
load: 'http://cdn.jsdelivr.net/foundation/4.3.2/js/foundation.min.js',
|
||||
complete: function(){
|
||||
if(!window.Foundation)
|
||||
Modernizr.load([{
|
||||
|
||||
6
static/js/vendor/foundation.min.js
vendored
6
static/js/vendor/foundation.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user