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 -%}
-
{% endif %}
- {% include language_switcher.html %}
{% if page.tags.size > 0 %}
@@ -45,6 +44,8 @@
{{ page.title }}
{% endif %}
+ {% include language_switcher.html %}
+
Contents
diff --git a/_posts/2026-04-12-agentcore-harness-engineering-analysis.md b/_posts/2026-04-12-agentcore-harness-engineering-analysis.md
index b65e36a..36c6559 100644
--- a/_posts/2026-04-12-agentcore-harness-engineering-analysis.md
+++ b/_posts/2026-04-12-agentcore-harness-engineering-analysis.md
@@ -7,7 +7,7 @@ description: >-
Build·Deploy·Assess 세 층으로 열어 하네스 체크리스트의 어디를 채우고 어디를 비워 두었는지 짚습니다.
date: 2026-04-12 12:00:00
categories: ["Insights", "Agentic-AI"]
-tags: ["AgentCore", "AWS-Bedrock", "Harness-Engineering", "Agentic-Infrastructure", "MCP", "Model-Context-Protocol", "Cedar-Policy", "Managed-RAG", "Agent-Registry", "Agentic-AI"]
+tags: ["AgentCore", "AWS-Bedrock", "Harness-Engineering", "Agentic-Infrastructure", "Model-Context-Protocol", "Cedar-Policy", "Managed-RAG", "Agent-Registry", "Agentic-AI"]
cover: /assets/images/insights.jpg
use_math: false
---
diff --git a/_sass/_post.scss b/_sass/_post.scss
index 8384f38..da64a2b 100644
--- a/_sass/_post.scss
+++ b/_sass/_post.scss
@@ -215,9 +215,11 @@
}
// Language switcher (ko/en translation link)
- // Now a meta item in .post-header-info, so it inherits that row's layout
- // instead of owning a full-width right-aligned band of its own.
+ // Its own band under the meta panel, aligned right so it reads as a control
+ // offered to the reader rather than another field of metadata.
.language-switcher {
+ margin: 1.5em 0;
+ text-align: right;
a {
display: inline-block;