Skip to content

Commit 4ae5c98

Browse files
committed
블로그 글 템플릿 변경: 번역 글에 대한 영문 안내 추가 등
1 parent 151b90c commit 4ae5c98

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_layouts/blog_detail.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h4 class="blog-subtitle">{{ page.org_title }}</h4>
3030
<p class="author">
3131
{% if page.category contains 'translation' or page.category contains 'pytorch.org' %}
3232
{% if page.author %}
33-
작성: {{ page.author }}, 번역: {{ site.default_author }}
33+
작성: {{ page.author }}. <br />번역: {{ site.default_author }}
3434
{% else %}
3535
작성: PyTorch Team, 번역: {{ site.default_author }}
3636
{% endif %}
@@ -41,7 +41,9 @@ <h4 class="blog-subtitle">{{ page.org_title }}</h4>
4141
{% if page.category contains 'translation' or page.category contains 'pytorch.org' %}
4242
<p class="translation-description">
4343
이 글은 <a href="https://pytorch.org/blog/">PyTorch 공식 블로그</a>의 글을 번역한 것입니다.
44-
번역 글은 원문을 함께 표시합니다. 원문으로 이동하시려면 <a href="{{ page.org_link }}">여기</a>를 클릭하세요.
44+
번역 글은 원문을 함께 표시합니다. 원문을 읽으시려면 <a href="{{ page.org_link }}">여기</a>를 클릭하세요.
45+
(This article is a Korean translation of the original post on the <a href="https://pytorch.org/blog/">PyTorch official blog</a>.
46+
Below translation includes the original text. To read the original post, click <a href="{{ page.org_link }}">here</a>.)
4547
</p>
4648
{% endif %}
4749
<div class="blog-content">

0 commit comments

Comments
 (0)