Sha256: 01767f0a2a9b20da0ac9bfbe5558cc90a94a63ff8434aba3ff757a381396b317

Contents?: true

Size: 863 Bytes

Versions: 5

Compression:

Stored size: 863 Bytes

Contents

{%- if include.collection -%}
  {%- assign posts = include.collection -%}  
{%- else -%}
  {%- assign posts = site.posts -%}
{%- endif -%}

<div>
<span class="heatmap-title">{{ heatMapTitle | site.theme_config.heatMapTitle }}</span>
<div class='heatmap' id="heatmap">
  

</div>
</div>
<script >
  (function(){

    {%- assign MothStr = site.theme_config.heatMapMonth  -%}
    {%- assign HeatMapShowWeek = site.theme_config.heatMapShowWeek  -%}

    {%- assign HeatMapType = site.theme_config.heatMapType  -%}
    

    var _HeatMapType = "{{ HeatMapType | default:'1' }}"
    var _MonthStr =  '{{ MothnStr | default: "Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec" }}'
    var _showWeek =  '{{ HeatMapShowWeek | default: "Mon Wed Fri" }}';

    var _allyearurl =  '{{ "assets/dyn/allyear.json" | relative_url }}';
    {% include heatmap.js %}
  })()
</script>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-zeta-0.7.4.2 _includes/heatmap.html
jekyll-zeta-0.7.4.1 _includes/heatmap.html
jekyll-zeta-0.7.4 _includes/heatmap.html
jekyll-zeta-0.7.3 _includes/heatmap.html
jekyll-zeta-0.7.2 _includes/heatmap.html