{%- assign _site_author = site.author -%} {%- if _site_author.type == 'organization' -%} {%- assign _site_author_itemtype = 'http://schema.org/Organization' -%} {%- else -%} {%- assign _site_author_itemtype = 'http://schema.org/Person' -%} {%- endif -%}
{%- assign _site_author_url = _site_author.url | default: '/'-%} {%- include snippets/get-nav-url.html path=_site_author_url -%} {%- assign _site_author_url = __return -%} {%- if _site_author.bio -%} {%- endif -%}
{%- include author-links.html author=_site_author -%}
{%- include snippets/get-locale-string.html key='COPYRIGHT_DATES' -%} {%- assign _locale_copyright_dates = __return -%}
{%- include snippets/get-locale-string.html key='COPYRIGHT_DATES' -%} {%- assign _locale_copyright_dates = __return -%} © {{ site.title }} {{ _locale_copyright_dates }}, Powered by Jekyll & TeXt Theme.