jekyll-theme-centos 0.6.7 → 0.6.8

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: 05cdc9d4ffec3fa4afa800382c1f472e3a74d85886eca0258b0a15b2fea95ce9
4
- data.tar.gz: 4bc6dd7b4fff4746933eb27ac3d95da7ca7bf710d8cbbd831ef6e18e3c4eb3a4
3
+ metadata.gz: 8e2f2a6a60366c2fd7a438191fbcbf8bf74f09642622d93270fb2ccc60e4bbef
4
+ data.tar.gz: 28fbaefcf2b79d816daa38f1bc22651483977d034bf7774c391f6b6d979aa269
5
5
  SHA512:
6
- metadata.gz: 5aa312a261a42254c38fcd8389a37f95bf63f4278a6e4d0fa2ad779a6ef11d8ccbd5ee29ff9d1f4cfcebc720ffa3115dcf4e8638e414ede55fa398fa1bee9ded
7
- data.tar.gz: 9c118da3aba902211865d705740724d298a7e76e8256b05f3353e408b12d384cca5c8db8ab9a84bea24f3458fa534b207ea6a9f4ae1ca8afdfdf266fdd8e9a79
6
+ metadata.gz: fc48654b00c5c7872724fafa7529e6f1e4cca65b84227e03a9a1523a21e7bb445828496195b3ec0c8e25a3610a052139605cf2835e4258a64f3bd450b0c0b0fa
7
+ data.tar.gz: b6d87d548c3f52b0af77f64259a38824f05f3d14cb3de67fd4a044792d43dd7e4d5ee34b1c1067b6bce4540a71b8bb1ea81300543264bb74eb1057daa66ef4fe
@@ -4,20 +4,20 @@
4
4
  {% else %}
5
5
  <div class="post__nav__explorer__newer--disabled">
6
6
  {% endif %}
7
- <a href="{{ page.previous.url }}"><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="Previous Post - {{ page.previous.title }}"><i class="fas fa-arrow-left"></i></button></a>
7
+ <a href="{{ page.previous.url | remove:'index.html' }}"><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="Previous Post - {{ page.previous.title }}"><i class="fas fa-arrow-left"></i></button></a>
8
8
  </div>
9
9
  {% include top.html %}
10
10
  <div class="post__nav_explorer__feeds">
11
11
  <a href="{{ "/feed.xml" | relative_url }}"><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="RSS"><i class="fas fa-rss"></i></button></a>
12
12
  </div>
13
13
  <div class="post__nav__explorer__index">
14
- <a href="/{{ site.pagination.indexpage }}.html"><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="Blog posts"><i class="fas fa-th"></i></button></a>
14
+ <a href="/news-and-events/"><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="Blog posts"><i class="fas fa-th"></i></button></a>
15
15
  </div>
16
16
  {% if page.next.url %}
17
17
  <div class="post__nav__explorer__older">
18
18
  {% else %}
19
19
  <div class="post__nav__explorer__older--disabled">
20
20
  {% endif %}
21
- <a href="{{ page.next.url }}"><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="Next Post - {{ page.next.title }}"><i class="fas fa-arrow-right"></i></button></a>
21
+ <a href="{{ page.next.url | remove:'index.html' }}"><button type="button" class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="Next Post - {{ page.next.title }}"><i class="fas fa-arrow-right"></i></button></a>
22
22
  </div>
23
23
  </nav>
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.7 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.8 (https://gitlab.com/areguera/jekyll-theme-centos/)
3
3
  * Copyright 2020-2021 Alain Reguera Delgado
4
4
  * Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
5
5
  */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.7
4
+ version: 0.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-22 00:00:00.000000000 Z
11
+ date: 2021-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll