Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76c0d48

Browse files
author
yeun
committed
메뉴 한글로 수정
1 parent 3e40752 commit 76c0d48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<div class="header-item">
4343
<div class="spoqa-logo-wrap">
4444
<a class="spoqa-logo" href="{{ base_path }}/"><img src="{{ base_path }}/images/logo.png"></a>
45-
<a class="blog-title" href="{{ base_path }}/">Tech Blog</a>
45+
<a class="blog-title" href="{{ base_path }}/">기술 블로그</a>
4646
</div>
4747
<div class="nav">
4848
<input type="checkbox" id="toggle">
@@ -51,11 +51,11 @@
5151
<li><a class="
5252
{% if page.url == '/about.html' %}
5353
selected
54-
{% endif %} menu-about" href="{{ base_path }}/about.html">About</a></li>
54+
{% endif %} menu-about" href="{{ base_path }}/about.html">소개</a></li>
5555
<li><a class="
5656
{% if page.url != '/about.html' and page.url != '/job.html' %}
5757
selected
58-
{% endif %} menu-blog" href="{{ base_path }}/index.html">Blog</a></li>
58+
{% endif %} menu-blog" href="{{ base_path }}/index.html">블로그</a></li>
5959
<li><a class="menu-github" href="https://github.com/spoqa">GitHub</a></li>
6060
</ul>
6161
</div>

0 commit comments

Comments
 (0)