{% seo %} {% assign num_projects = site.projects | size %}
{% include logo.html %}
{% include nav-page-link.html url="/" title="Home" %} {% for p in site.pages %} {% comment %} For project sites, exclude all links except for the blog. {% endcomment %} {% if num_projects > 0 or p.url contains "blog" %} {% include nav-page-link.html url=p.url title=p.title %} {% endif %} {% endfor %}
{% include social-links.html %}
{% if page.hero_include %}
{% include {{ page.hero_include }} %}
{% endif %} {% comment %} {% if page.layout == "home" %}
{% include home-hero.html %}
{% endif %} {% endcomment %}
{{ content }}