File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
< div class ="header-item ">
43
43
< div class ="spoqa-logo-wrap ">
44
44
< 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 >
46
46
</ div >
47
47
< div class ="nav ">
48
48
< input type ="checkbox " id ="toggle ">
51
51
< li > < a class ="
52
52
{% if page.url == '/about.html' %}
53
53
selected
54
- {% endif %} menu-about " href ="{{ base_path }}/about.html "> About </ a > </ li >
54
+ {% endif %} menu-about " href ="{{ base_path }}/about.html "> 소개 </ a > </ li >
55
55
< li > < a class ="
56
56
{% if page.url != '/about.html' and page.url != '/job.html' %}
57
57
selected
58
- {% endif %} menu-blog " href ="{{ base_path }}/index.html "> Blog </ a > </ li >
58
+ {% endif %} menu-blog " href ="{{ base_path }}/index.html "> 블로그 </ a > </ li >
59
59
< li > < a class ="menu-github " href ="https://github.com/spoqa "> GitHub</ a > </ li >
60
60
</ ul >
61
61
</ div >
You can’t perform that action at this time.
0 commit comments