Skip to content

Commit 3d138df

Browse files
committed
사이드바 메뉴 수정
1 parent f56adb8 commit 3d138df

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

_includes/head.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<!-- Icons -->
5252
<!-- 16x16 -->
53-
<link rel="shortcut icon" href="{{ site.url }}/favicon.ico">
53+
<link rel="shortcut icon" href="{{ site.url }}img/favicon.png">
5454
<!-- 32x32 -->
55-
<link rel="shortcut icon" href="{{ site.url }}/favicon.png">
55+
<link rel="shortcut icon" href="{{ site.url }}img/favicon.png">
5656
</head>

_includes/sidebar.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@
1212
<nav class="nav">
1313
<ul class="nav-list">
1414
<li class="nav-item">
15-
<a href="{{ site.url }}/">home</a>
15+
<a href="{{ site.url }}/categories">Categories</a>
1616
</li>
17-
{% for page in site.pages %} {% if page.title %}
1817
<li class="nav-item">
19-
<a href="{{ site.url }}{{ page.url }}">{{ page.title }}</a>
18+
<a href="{{ site.url }}archive">History</a>
19+
</li>
20+
<li class="nav-item">
21+
<a href="{{ site.url }}resume">About</a>
2022
</li>
2123
{% endif %} {% endfor %}
2224
</ul>

favicon.png

-1.32 MB
Binary file not shown.

img/favicon-16.png

1.94 KB
Loading

img/favicon-32.png

2.84 KB
Loading

0 commit comments

Comments
 (0)