{%- if include.collection -%} {%- assign posts = include.collection -%} {%- else -%} {%- assign posts = site.posts -%} {%- endif -%} {%- assign jsstr='' -%} {%- for post in posts limit: include.limit -%} {%- capture url -%} {{ post.url | relative_url }} {%- endcapture -%} {%- capture postdate -%} {{ post.date | date: '%Y-%m-%d' }} {%- endcapture -%} {%- capture posttitlex -%} {{ post.title | replace: '"'," "}} {%- endcapture -%} {%- capture jsstr -%} {{ jsstr | append: url | append:"\x01" | append: posttitlex | append:"\x01" | append: postdate | append:"\n" }} {%- endcapture -%} {%- endfor -%}
{{ heatMapTitle | site.theme_config.heatMapTitle }}