jekyll-theme-bootstrap-cover 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/home.html +4 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 592a86647143883ed1b2a24fb609ee7b83fef5b6
4
- data.tar.gz: cf0b74854423d73c0796c9363c51dec370698271
3
+ metadata.gz: eef15512b92d782a23f835a5ae23312db7a69c96
4
+ data.tar.gz: de393120a7862a1a6ffb64057cee733cb1fffcf8
5
5
  SHA512:
6
- metadata.gz: 6feb37add95c625c84c53b33cb0ef9c7dfe6ad42aa4ddf8ad52c4a566e35a64f264bd9651cc96b50bab0b0a8f1a996530b483450391f3742ba84ee73b992d938
7
- data.tar.gz: 58b199cb8cf317fd703d794444ac457af661baaa1fd74e4812e6fdce694ae44e0eb344adb0b3ddce9b6be7bafd6a9552369c815b14e4c2181fad4119e1a31041
6
+ metadata.gz: 8c2dc3f80ca8a9099bb2a674c2ae42fdf9a6db37484f081fa7aede3a7d0e43c0545130f15ac064c62f3cc3b462651d571e37d743e1bed5d6dba1a3d478dfdb93
7
+ data.tar.gz: ea6860434752f35e9359f3180e8b393403c7844e515f94408ae7c9ffee0311ca1c2ddd83aa067ee1f0e179a470ee52e1117c23d6624ba328eb4e10246225eac9
data/_layouts/home.html CHANGED
@@ -3,10 +3,12 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
- <meta name="description" content="">
6
+ <meta name="description" content="{{ site.description }}">
7
7
  <meta name="author" content="{{ site.authors }}">
8
8
  <meta name="generator" content="Jekyll v{{ jekyll.version }}">
9
9
  <title>{{ page.title | smartify }} · {{ site.title | smartify }}</title>
10
+ <link rel="shortcut icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
11
+ <link rel="icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
10
12
 
11
13
  {% include stylesheet.html %}
12
14
 
@@ -45,7 +47,7 @@
45
47
 
46
48
  <footer class="mastfoot mt-auto">
47
49
  <div class="inner">
48
- <p>&copy; <a href="https://richardjou.com/">Richard Chau</a>.</p>
50
+ {% include_relative footer.html %}
49
51
  </div>
50
52
  </footer>
51
53
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-bootstrap-cover
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Chau
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '12.0'
55
55
  description:
56
56
  email:
57
- - richard.jou@gmail.com
57
+ - richard.jou@outlook.com
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []