{% capture title %}{% if page.title == 'Home' %} {{ site.title }} | {{ site.description }}{% else %}{{ page.title }} | {{ site.title }}{% endif %}{% endcapture %}{% if page.author %}{% assign auth = site.data.authors[page.author] %}{% else %}{% assign auth = site.data.authors[site.author] %}{% endif %}{% assign copyname = site.data.authors[site.author].name %}{% capture year %}{{ site.time | date: '%Y' }}{% endcapture %}{% capture copyright %}Copyright © {% unless site.meta.copyright.year and year == site.meta.copyright.year %}{{ site.meta.copyright.year }} - {% endunless %}{{ year }} {{ copyname }}{% endcapture %} {{title}} {% seo title=false %}

{% if site.logo %}{% if site.logo contains 'svg' %}{{ site.title }}{% else %}{{ site.title }} Logo{% endif %}{% else %}{{ site.title }}{% endif %}

{% if site.description %}

{{ site.description }}

{% endif %}
{{ content }}
{% include foot-scripts.html %}