salon-template 1.1.2 → 1.1.3

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
  SHA256:
3
- metadata.gz: a4bf47edf79411c904edb667b598fae31c05f51c2660ba822b462cbb1089b16d
4
- data.tar.gz: f2fa3a9ef9012e3a086608f0a5e543e6c4214e81c5bf2a93d54659274084276d
3
+ metadata.gz: 5efe039d62dec5e7f8616093e9cb653257e3242cbea982c7e65bc3e4ed4a2833
4
+ data.tar.gz: 2b1c718cb8f92468adaccbb2902d42899f2650b1305540e7f664e59b4615d071
5
5
  SHA512:
6
- metadata.gz: 0bc9591e9e0d6eb62eb3c93a7fac79ac1ce662c7ef44c40875f3e84f11b960a007375b02c2daaf67105c078ce8fd026a3a9b5c1a4b6139453a328182b05b777a
7
- data.tar.gz: fc4bed376fcd1cefcff3a29e7b9a7634d1b92c60aa2ef644f08bc7a67677d75594d8d4258315d8fa609c6669b9e3880e0df659173550a179d7d9444773855c63
6
+ metadata.gz: 8cf29f77ca1f888f156d521856c7034609e78d9acf4358b7ef5fa001041967fe934c7986bd028dd662a2056c03b6633479927cd856fd252e40b915a03e5d350a
7
+ data.tar.gz: ef9a697f1c3e84086e49b65ac98912800e8f8887c3a23a2cc57a6bb47ef7183b0a2b68e3026a7b8ea8dba257253fe3b9b711f4b73217498fd97370f55bb4b766
@@ -23,8 +23,7 @@
23
23
 
24
24
  </div><!-- ends bootstrap container -->
25
25
 
26
- <script src="../assets/js/jquery.min.js"></script>
27
- <!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script> -->
28
- <script src="../assets/js/bootstrap.min.js"></script>
26
+ <script src="{{ '../assets/js/jquery.min.js' | relative_url }}"></script>
27
+ <script src="{{ '../assets/js/bootstrap.min.js' | relative_url }}"></script>
29
28
  </body>
30
29
  </html>
@@ -5,7 +5,6 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
7
7
  <title>{{ site.title }} | {{ page.title }}</title>
8
- <!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css"> -->
9
8
  <link rel="stylesheet" href="../assets/css/bootstrap.min.css">
10
9
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
11
10
  <link rel="stylesheet" href="{{'../assets/main.css' | relative_url}}">
Binary file
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "salon-template"
5
- spec.version = "1.1.2"
5
+ spec.version = "1.1.3"
6
6
  spec.authors = ["Justin L. Kratz"]
7
7
  spec.email = ["justin.l.kratz@outlook.com"]
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salon-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin L. Kratz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-07 00:00:00.000000000 Z
11
+ date: 2019-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -82,6 +82,7 @@ files:
82
82
  - "./assets/logo.png"
83
83
  - "./assets/main.scss"
84
84
  - "./salon-template-1.1.1.gem"
85
+ - "./salon-template-1.1.2.gem"
85
86
  - "./salon-template.gemspec"
86
87
  homepage: https://github.com/Justin-L-Kratz/salon-template
87
88
  licenses: