jekyll-zeta 0.7.4.2 → 0.7.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/heatmap.html +3 -0
- data/_includes/heatmap.js +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21dc8aa56c7fb7e09847239cddbc87f3e70d0d704bc226cc24265b4980dd6964
|
4
|
+
data.tar.gz: 3cce2977cfbe497287c19ea4cfd5b3d2e141bfed3528718b69f64869d79f20b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d4aeef0a1d4459f519209c0e262fda5be431e482673a3e0113730ff0129833714332d866215d11c590dc571472bc2b37ee68695e416dab36bddc058421b96e8
|
7
|
+
data.tar.gz: 52a1a13bdf3045223c65714919be4b61ccf5208cbccdf6584cb54fcbd78fd4bec78ae0a6fcaacf1271489645185621c3fd0c3c39b26da2be054885a89d5e8c70
|
data/_includes/heatmap.html
CHANGED
@@ -18,8 +18,11 @@
|
|
18
18
|
{%- assign HeatMapShowWeek = site.theme_config.heatMapShowWeek -%}
|
19
19
|
|
20
20
|
{%- assign HeatMapType = site.theme_config.heatMapType -%}
|
21
|
+
|
22
|
+
{%- assign heatMapLoadCount = site.theme_config.heatMapLoadCount | default: 8 -%}
|
21
23
|
|
22
24
|
|
25
|
+
const heatMapLoadCount = {{heatMapLoadCount}}
|
23
26
|
var _HeatMapType = "{{ HeatMapType | default:'1' }}"
|
24
27
|
var _MonthStr = '{{ MothnStr | default: "Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec" }}'
|
25
28
|
var _showWeek = '{{ HeatMapShowWeek | default: "Mon Wed Fri" }}';
|
data/_includes/heatmap.js
CHANGED