jekyll-theme-hydeout 3.4.3 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d8c087acb92ca69d478de2cfe6d59ad4a46e59f
4
- data.tar.gz: 7ab67ceb7b3cc6a1428893567b8964e168b1864a
3
+ metadata.gz: afbddb7d798ee5bc43516d2c939e3dfa9ab2a2d2
4
+ data.tar.gz: c0ad46c15e7a15cc65913b8683e214834348d1b3
5
5
  SHA512:
6
- metadata.gz: c4672a3f218655b62278dd0afe8780dc04e47cdddecd68539b339ebd050a7b39fd4fa37c6f4a26cf0310bc6a58164525a91beb58fcafee52434c6f75186491d8
7
- data.tar.gz: 37b36210f621af8b2c923fa42205d151f94a3f3f8459022d39286f42d3f97db21a67be2231bfbdae9b144b9906d2da9cf1e6e490fed67d3073fc02eacefa42ef
6
+ metadata.gz: 7367f7483083492016d96257c66c744cce2746e1cb68904e1780f276bf586df54da22444676830a749963fd95266826076b05c5569c258c6914c7534cb6434fa
7
+ data.tar.gz: 57c5b57137cc9d4faadcb9ecb29459fbcd592b7f26088b55f325e1dc874f441c5f76165680f8c1ba9062eb49134e86da3bba8edfbdb011afa65cb00b6623f151
data/README.md CHANGED
@@ -102,7 +102,7 @@ You can see the full set of partials you can replace in the
102
102
  ---
103
103
  ```
104
104
 
105
- * Hydeout and a new "category" layout for dedicated category pages.
105
+ * Hydeout adds a new "category" layout for dedicated category pages.
106
106
  Category pages are automatically added to the sidebar. All other pages
107
107
  must have `sidebar_link: true` in their front matter to show up in
108
108
  the sidebar. To create a category page, use the `category` layout"
@@ -1,8 +1,8 @@
1
1
  {% if paginator.previous_page %}
2
2
  <div class="pagination">
3
3
  <a class="pagination-item newer"
4
- href="{{ site.baseurl }}/{% unless paginator.page == 2 %}page{{ paginator.previous_page }}{% endunless %}">
4
+ href="{{ site.baseurl }}{{ paginator.previous_page_path }}">
5
5
  Newer
6
6
  </a>
7
7
  </div>
8
- {% endif %}
8
+ {% endif %}
@@ -1,8 +1,8 @@
1
1
  {% if paginator.next_page %}
2
2
  <div class="pagination">
3
3
  <a class="pagination-item older"
4
- href="{{ site.baseurl }}/page{{paginator.next_page}}">
4
+ href="{{ site.baseurl }}{{ paginator.next_page_path }}">
5
5
  Older
6
6
  </a>
7
7
  </div>
8
- {% endif %}
8
+ {% endif %}
@@ -3,6 +3,10 @@
3
3
  <a class="home-link {% if page.url == '/' %} active{% endif %}"
4
4
  href="{{ site.baseurl }}/">Home</a>
5
5
  {% endif %}
6
+ {% if site.sidebar_blog_link %}
7
+ <a class="page-link {% if page.url == site.sidebar_blog_link %} active{% endif %}"
8
+ href="{{ site.baseurl }}{{ site.sidebar_blog_link }}">Blog</a>
9
+ {% endif %}
6
10
 
7
11
  {% comment %}
8
12
  The code below dynamically generates a sidebar nav of pages with
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-hydeout
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.3
4
+ version: 3.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Fong
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-31 00:00:00.000000000 Z
11
+ date: 2017-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll