prettydocs-jekyll 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a6f6f71fbc39a666147e1e0cea264f909da0367b
4
- data.tar.gz: c3c5608e7acf115d7a96139e7eccd7b82385fadb
3
+ metadata.gz: 54834efe45a834bd39ec4990060e8858e010a4bc
4
+ data.tar.gz: 3811f835b1930fd3d4060ea51b5391d3f3a07641
5
5
  SHA512:
6
- metadata.gz: cf9e8b357e5f6283f79c3e5251bda8f0ca9641e57296b5373df384adf5d1774dc62ce9881e97399a86c8f4842af59ef84cc8c18fdbba820c1a2348f3ce3e9b4f
7
- data.tar.gz: e68549eadcab308796d801d220db3845b4fe8e99be0152517d8ba8f1b24632e554fe5ed7c9d0c07c3e44d24cec0fac4accf4bc73abb577aac1ccec9f8b8d2748
6
+ metadata.gz: 3b0133de22b1bd0de48041a3570cde309cc1ee7f5199ddc055594c7b325fe3cce73d2d6e3c28f1ac78d0a3beecc65316e29e1a3bb640c6f5498a76c79139701c
7
+ data.tar.gz: 253b82bb60d66c510945ef689196398351210fd87778b76839ee3b8bbadd04825855eaf0e3fd6cbbccd23a2ed18d9936a54db879915c7b2afbf071c0b31de321
@@ -25,9 +25,6 @@
25
25
  <!-- Theme CSS -->
26
26
  <link id="theme-style" rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl }}">
27
27
 
28
- <!-- Custom Fonts -->
29
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
30
-
31
28
  <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
32
29
  <!--[if lt IE 9]>
33
30
  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
@@ -38,4 +35,5 @@
38
35
  {% if jekyll.environment == 'production' and site.google_analytics %}
39
36
  {% include google-analytics.html %}
40
37
  {% endif %}
38
+ <script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
41
39
  </head>
data/assets/js/main.js CHANGED
@@ -32,7 +32,7 @@ $(document).ready(function() {
32
32
  /* ======= jQuery Responsive equal heights plugin ======= */
33
33
  /* Ref: https://github.com/liabru/jquery-match-height */
34
34
 
35
- $('#cards-wrapper .item-inner').matchHeight();
35
+ $('.cards-wrapper .item-inner').matchHeight();
36
36
  $('#showcase .card').matchHeight();
37
37
 
38
38
  /* Bootstrap lightbox */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prettydocs-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandru Coman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-05 00:00:00.000000000 Z
11
+ date: 2018-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll