{% if page.indexing == false %} {% endif %} {% if page.collectionpage %} {% seo title=false %} {% assign collectiondata = site.collections | where: "label", page.collectionpage | first %} {{ collectiondata.title }} - {{ site.title }} {% else %} {% seo %} {% endif %} {% if site.css_inline == true %} {% include site-styles.html %} {% else %} {% endif %} {% if site.favicons or site.avatarurl %}{% include site-favicons.html %}{% endif %} {% if site.google_analytics %}{% include site-analytics.html %}{% endif %} {% include site-before-start.html %} {% include site-icons.svg %} {{ content }} {% if site.service_worker != false %}{% include site-sw.html %}{% endif %} {% include site-before-end.html %}