Skip to content

Commit 6d41fcd

Browse files
committed
블로그 글 작성자 표시 개선
1 parent a16a663 commit 6d41fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/blog_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h4 class="blog-subtitle">{{ page.org_title }}</h4>
3636
{% endif %}
3737
{% else %}
3838
{% if page.author %}
39-
작성: {{ page.author }}
39+
작성: {{ page.author }} @ {{ site.default_author }}
4040
{% else %}
4141
작성: {{ site.default_author }}
4242
{% endif %}

0 commit comments

Comments
 (0)