{% if site.inc_before_tail %}
{% include {{ site.inc_before_tail }} %}
{% endif %}
{% if site.google_analytics %}
{% endif %}
{% assign items = site.html_pages %}
{% for page in items %}
{% assign url = page.url | relative_url %}
{% assign urls = urls | append: url | append: "," %}
{% endfor %}
{% if site.inc_after_tail %}
{% include {{ site.inc_after_tail }} %}
{% endif %}