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 +4 -4
- data/{assets → _layouts}/all.html +0 -2
- data/_layouts/default.html +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bac181f073352789a5a21703907139a1010eecb1e8493505f138381306e7f8b9
|
|
4
|
+
data.tar.gz: 1e25f3a1563d3d83a5b57bb7ed0c9c90c7b4bc3798c5e2cc9e22da843823b75b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1120bfa94c8f84857223b75cdd0eda4bbd9e1fa070f85b29db52f1170d56fe96b65a900bc5b54d254652da64705188ab3d8e7d9dc6d28a07aa1d7e0e4d41f409
|
|
7
|
+
data.tar.gz: a601f01a624dd7c1b0036d4be26a4eeecdc33b38ba7b3758f4dde4165d58037f4f34d286e1649c31f9ddd4df0c09073f37cf2c013fd26ead863973b64effd19f
|
data/_layouts/default.html
CHANGED
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
{% else %}
|
|
50
50
|
<div class="post_list">
|
|
51
51
|
{% unless page.date %}
|
|
52
|
-
{%
|
|
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
|
-
|
|
58
|
+
{% else %} <!-- If page is showing a tag -->
|
|
59
59
|
{{ content }}
|
|
60
|
-
{%
|
|
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.
|
|
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
|