{%- include script.html src="assets/js/env.js" -%} {%- if jekyll.environment == "production" -%} {%- for pack in site.data.manifest.outputs -%} {%- unless pack[1].entryPoint -%}{%- continue -%}{%- endunless -%} {%- assign src = pack[0] -%} {%- include script.html src=src -%} {%- endfor -%} {%- else -%} {%- include script.html src="pack.js" -%} {%- endif -%} {%- assign about = site.posts | find: "layout", "about" -%} {%- assign theme = site.posts | find: "layout", "theme" -%} {% for apple_touch_size in site.data.theme.apple_touch_sizes %} {% endfor %} {% for chrome_icon_size in site.data.theme.chrome_icon_sizes %} {% endfor %} {% for msapplication_size in site.data.theme.msapplication_sizes %} {% endfor %} {% seo %} {%- if page.activity -%} {%- endif -%} {%- if site.activity_pub_profile -%} {%- endif -%} {%- if site.actor -%} {%- endif -%}
{% unless jekyll.environment == "production" %} {% include device_detector.html %} {% endunless %}