jekyll-theme-windows95 0.4.3 → 0.4.4

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
  SHA256:
3
- metadata.gz: 293dade3eef28f7c3fb37230702174e5ad85f3cc157f9d224add1a44dad70ad9
4
- data.tar.gz: 4b8932a076cf436969d4c18fdf6592ff6151442646bd7b868a032c236c2058ac
3
+ metadata.gz: bac181f073352789a5a21703907139a1010eecb1e8493505f138381306e7f8b9
4
+ data.tar.gz: 1e25f3a1563d3d83a5b57bb7ed0c9c90c7b4bc3798c5e2cc9e22da843823b75b
5
5
  SHA512:
6
- metadata.gz: ec596eceda46dba3ddca00d41a65e079f03c9d1524ab0afbf821dc0ef9b0b409f2435e3556bab6c381d2392c0cbb92d83a2ceffa23e395a9192da287baecbf17
7
- data.tar.gz: 4997e5eb8a3703a40850a774dadf697f07e9f76af152c069cae53ff20e22fbc753e405bc13a60400a4253c3b2ed24cece50ead1cf7c0566f27ec761103f2d9e9
6
+ metadata.gz: 1120bfa94c8f84857223b75cdd0eda4bbd9e1fa070f85b29db52f1170d56fe96b65a900bc5b54d254652da64705188ab3d8e7d9dc6d28a07aa1d7e0e4d41f409
7
+ data.tar.gz: a601f01a624dd7c1b0036d4be26a4eeecdc33b38ba7b3758f4dde4165d58037f4f34d286e1649c31f9ddd4df0c09073f37cf2c013fd26ead863973b64effd19f
@@ -1,7 +1,5 @@
1
1
  ---
2
2
  layout: default
3
- tag:
4
- permalink: /all/
5
3
  ---
6
4
  <ul>
7
5
  {% for post in site.posts %}
@@ -49,15 +49,15 @@
49
49
  {% else %}
50
50
  <div class="post_list">
51
51
  {% unless page.date %}
52
- {% if page.title == '404...' %}
52
+ {% unless page.tag %}
53
53
  <ul>
54
54
  {% for post in site.posts %}
55
55
  <li><a href="{{ post.url | relative_url }}#content" title="{{ post.title }}"><img src="{{ "/assets/img/file.ico" | relative_url }}" title="{{ post.title }}" />{{ post.title }}</a></li>
56
56
  {% endfor %}
57
57
  </ul>
58
- {% else %} <!-- If page is showing a tag -->
58
+ {% else %} <!-- If page is showing a tag -->
59
59
  {{ content }}
60
- {% endif %}
60
+ {% endunless %}
61
61
  {% else %} <!-- If page is showing a post -->
62
62
  <ul>
63
63
  {% for post in site.posts %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-windows95
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ariel Santos
@@ -48,6 +48,7 @@ files:
48
48
  - LICENSE
49
49
  - README.md
50
50
  - _includes/topbar.html
51
+ - _layouts/all.html
51
52
  - _layouts/default.html
52
53
  - _layouts/tag.html
53
54
  - _sass/_postlist.scss
@@ -56,7 +57,6 @@ files:
56
57
  - _sass/_variables.scss
57
58
  - _sass/_window.scss
58
59
  - assets/404.html
59
- - assets/all.html
60
60
  - assets/css/atom-one-light.css
61
61
  - assets/css/font-awesome.css
62
62
  - assets/css/font-awesome.min.css