diff --git a/_includes/language_switcher.html b/_includes/language_switcher.html index 8016fac..062b1ec 100644 --- a/_includes/language_switcher.html +++ b/_includes/language_switcher.html @@ -14,15 +14,14 @@ {% if counterpart %} {% if page.lang == 'ko' %}{% assign other_label = 'English' %}{% else %}{% assign other_label = '한국어' %}{% endif %} {%- comment -%} - Rendered as a meta item inside .post-header-info, next to Published / Read - time / Category. It used to sit in its own band between the meta panel and - the table of contents, right-aligned against nothing — a lone button in an - empty strip, which read as leftover markup rather than a control. + A standalone button between the meta panel and the table of contents, not a + meta item inside .post-header-info. "Read this in English" is an action the + reader takes, unlike the date or category next to it, and it carries its own + label in the link text — so it needs neither a Language: caption nor a + column in that row. {%- endcomment -%} -
- Language - +
+ {{ other_label }}로 읽기 →
diff --git a/_layouts/post.html b/_layouts/post.html index 4df7c38..2c0b157 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -33,7 +33,6 @@

{{ page.title }}

{% endfor %}
{% endif %} - {% include language_switcher.html %} {% if page.tags.size > 0 %}
@@ -45,6 +44,8 @@

{{ page.title }}

{% endif %} + {% include language_switcher.html %} +