jekyll-theme-wapiti 0.1.4 → 0.1.5
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/_layouts/post.html +2 -2
- data/{about.md → about.index} +3 -3
- data/jekyll-theme-wapiti.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6897120ece2d0eba4b84df0f71b935661779ccb
|
4
|
+
data.tar.gz: '05469b39675661cc1a86a01c43c63af9e4585506'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4efee2eef83f75344db33b56aa388c9fbc5918fa4c80b186b76ccdc5d3dac407b22af12ff2316236cf9c7e389cf6bdd1dc81254c3896c15657925beb087ea55e
|
7
|
+
data.tar.gz: ed28f1146bba66640140c008469c6bee9002831eddee6f316fcb4124f54e8db0ab43e681a9b0cba89bd4e50c6a07c94dc3e0b488a22b6288873accbcb9a83089
|
data/_layouts/post.html
CHANGED
@@ -115,7 +115,7 @@ layout: default
|
|
115
115
|
sidebar-container">
|
116
116
|
|
117
117
|
<!-- Featured Tags -->
|
118
|
-
{% if site.featured-tags %}
|
118
|
+
<!--{% if site.featured-tags %}
|
119
119
|
<div class="print-hide">
|
120
120
|
<section>
|
121
121
|
<hr class="hidden-sm hidden-xs">
|
@@ -131,7 +131,7 @@ layout: default
|
|
131
131
|
</div>
|
132
132
|
</section>
|
133
133
|
</div>
|
134
|
-
{% endif %}
|
134
|
+
{% endif %}-->
|
135
135
|
|
136
136
|
<!-- Friends Blog -->
|
137
137
|
{% if site.friends %}
|
data/{about.md → about.index}
RENAMED
data/jekyll-theme-wapiti.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-wapiti
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- AngusChen
|
@@ -78,7 +78,7 @@ files:
|
|
78
78
|
- _posts/2017-03-25-markdown-test.md
|
79
79
|
- _posts/2017-03-26-author.md
|
80
80
|
- _posts/2017-03-26-catalog-test.md
|
81
|
-
- about.
|
81
|
+
- about.index
|
82
82
|
- css/bootstrap.css
|
83
83
|
- css/bootstrap.min.css
|
84
84
|
- css/hux-blog.css
|