jekyll-theme-materialize 0.0.10 → 0.0.11
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/_includes/header.html +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1db2675b1445e394de77953188b0bbc5319e569
|
|
4
|
+
data.tar.gz: a65b8159bdf3a7d1b7e7c0476ea9de7ef0e34419
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 744e58ce9adea25236d9b8e1427cb660189603eb18cac4fac9f48291c484e3b9efc3f7f4b6d5f1fb683ffe2b0c06f25db9c04aca2bccc8bc96bd109650c37249
|
|
7
|
+
data.tar.gz: 06b2a803ac065c7426680eea4689628b8d04e74c967a1ef434d9a92ad0a178ba669ed0e5b1c7438db49765ee7d2293343bf8e0df7c40c9986acb1b01d213dc42
|
data/_includes/header.html
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
</div>
|
|
56
56
|
<!-- 页面内的导航 -->
|
|
57
57
|
{% if page.url != a %}
|
|
58
|
-
<div class="categories-wrapper {% case page.url %}{% when '/' %}
|
|
58
|
+
<div class="categories-wrapper {% case page.url %}{% when '/' %}{{ site.theme-color.home-color }}{% when '/about.html' %}{{ site.theme-color.about-color }}{% when '/archive.html' %}{{ site.theme-color.archive-color }}{% when '/links.html' %}{{ site.theme-color.links-color }}{% when '/tags.html' %}{{ site.theme-color.tags-color }}{% else %}{{ site.theme-color.default-color }}{% endcase %} darken-1">
|
|
59
59
|
<div class="categories-container">
|
|
60
60
|
<ul class="categories db">
|
|
61
61
|
<li class="k"><a class="tooltipped" data-position="bottom" data-delay="50" data-tooltip="{{ site.posts | size }}篇文章" href="#all">All</a></li>
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
</div>
|
|
68
68
|
{% endif %}
|
|
69
69
|
{% if page.url == "/archive.html" %}
|
|
70
|
-
<div class="categories-wrapper {% case page.url %}{% when '/' %}
|
|
70
|
+
<div class="categories-wrapper {% case page.url %}{% when '/' %}{{ site.theme-color.home-color }}{% when '/about.html' %}{{ site.theme-color.about-color }}{% when '/archive.html' %}{{ site.theme-color.archive-color }}{% when '/links.html' %}{{ site.theme-color.links-color }}{% when '/tags.html' %}{{ site.theme-color.tags-color }}{% else %}{{ site.theme-color.default-color }}{% endcase %} darken-1">
|
|
71
71
|
<div class="categories-container">
|
|
72
72
|
<ul class="categories db">
|
|
73
73
|
<li class="k"><a class="tooltipped" data-position="bottom" data-delay="50" data-tooltip="{{ site.posts | size }}篇文章" href="#all">All</a></li>
|