{% if site.title != '' %}

{{site.title}}

{% endif %} {% if site.description != '' or site.enable_contact == true %}

{% if site.description != '' %} {{site.description}} {% endif %} {% if site.enable_contact == true %} {% include contact.html %} {% include contact-modal.html %} {% endif %}

{% endif %}
{% if site.github_username != '' %} {% endif %} {% if site.linkedin_username != '' %} {% endif %}