File tree 5 files changed +7
-5
lines changed
5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 50
50
51
51
<!-- Icons -->
52
52
<!-- 16x16 -->
53
- < link rel ="shortcut icon " href ="{{ site.url }}/favicon.ico ">
53
+ < link rel ="shortcut icon " href ="{{ site.url }}img /favicon.png ">
54
54
<!-- 32x32 -->
55
- < link rel ="shortcut icon " href ="{{ site.url }}/favicon.png ">
55
+ < link rel ="shortcut icon " href ="{{ site.url }}img /favicon.png ">
56
56
</ head >
Original file line number Diff line number Diff line change 12
12
< nav class ="nav ">
13
13
< ul class ="nav-list ">
14
14
< li class ="nav-item ">
15
- < a href ="{{ site.url }}/ " > home </ a >
15
+ < a href ="{{ site.url }}/categories " > Categories </ a >
16
16
</ li >
17
- {% for page in site.pages %} {% if page.title %}
18
17
< 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 >
20
22
</ li >
21
23
{% endif %} {% endfor %}
22
24
</ ul >
You can’t perform that action at this time.
0 commit comments