jumbo-jekyll-theme 4.6.2 → 4.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,17 +3,13 @@
3
3
  @charset "UTF-8";
4
4
  //Bootstrap Overrides
5
5
  @import "app/overrides";
6
-
7
6
  //Boostrap Includes
8
7
  @import 'bootstrap';
9
8
  @import 'bootstrap/variables';
10
-
11
9
  // Linaro Jekyll Theme Includes
12
10
  @import 'core';
13
-
14
11
  // Additional Core Includes
15
12
  @import 'blog';
16
-
17
13
  // App Includes
18
14
  @import "app/custom";
19
15
  @import "app/blog";
@@ -3,7 +3,6 @@ $(window).click(function() {
3
3
  $(".dropdown-submenu.sub-menu > .dropdown-menu.sub-menu").hide();
4
4
  });
5
5
  $(document).ready(function () {
6
-
7
6
  // Clipboard JS
8
7
  if($("div.highlight").length > 0){
9
8
  $('div.highlight').each(function (index) {
@@ -18,7 +17,6 @@ $(document).ready(function () {
18
17
 
19
18
  });
20
19
  }
21
-
22
20
  if ($("#jumbotron-slider").length > 0 ){
23
21
  $("#jumbotron-slider").owlCarousel({
24
22
  navigation: true,
@@ -9,5 +9,4 @@
9
9
 
10
10
  //= require app/main
11
11
  //= require app/search
12
- //= require app/tables
13
12
  //= require app/custom
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.2
4
+ version: 4.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-22 00:00:00.000000000 Z
11
+ date: 2019-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll