{% comment %}
title=false so a page can set an SEO title independent of the
the theme
prints in the header. Without it, jekyll-seo-tag falls back to
site.title | site.tagline for any page whose title equals site.title, which
left /ko/ with an all-English — the strongest on-page signal, in the
wrong language for the audience it targets.
{% endcomment %}
{% seo title=false %}
{% if page.seo_title %}{{ page.seo_title }}{% elsif page.title and page.title != site.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }} | {{ site.tagline }}{% endif %}
{% include head-custom.html %}
Skip to the content.