File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
themes/aircloud/layout/_partial Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
<ul >
13
13
<li <% if(is_home()){ % > <% - " class=active" %> <% } %> >
14
14
<a href =" <%= url_for(config.home_dir || '/') %>" >
15
- <i class =" iconfont icon-shouye1 " > </i >
15
+ <i class =" material-icons googleicon " >home </i >
16
16
<span ><%= __ (' nav.home' ) %> </span >
17
17
</a >
18
18
</li >
24
24
</li >
25
25
<li <% if(is_current( ' tags' )){ % > <% - " class=active" %> <% } %> >
26
26
<a href =" <%= url_for(config.tag_dir) %>" >
27
- <i class =" iconfont icon-biaoqian1 " > </i >
27
+ <i class =" material-icons googleicon " >label </i >
28
28
<span ><%= __ (' nav.tags' ) %> </span >
29
29
</a >
30
30
</li >
31
31
<li <% if(is_current( ' archive' )){ % > <% - " class=active" %> <% } %> >
32
32
<a href =" <%= url_for(config.archive_dir) %>" >
33
- <i class =" iconfont icon-guidang2 " > </i >
33
+ <i class =" material-icons googleicon " >archive </i >
34
34
<span ><%= __ (' nav.archives' ) %> </span >
35
35
</a >
36
36
</li >
37
37
<li <% if(is_current( ' about' )){ % > <% - " class=active" %> <% } %> >
38
38
<a href =" <%= config.root %><%- 'about/' %>" >
39
- <i class =" iconfont icon-guanyu2 " > </i >
39
+ <i class =" material-icons googleicon " >person </i >
40
40
<span ><%= __ (' nav.about' ) %> </span >
41
41
</a >
42
42
</li >
43
43
<% if (config .search && config .search .path ){% >
44
44
< li>
45
45
< a id= " search" >
46
- < i class = " iconfont icon-sousuo1 " > </ i>
46
+ < i class = " material-icons googleicon " > search < / i>
47
47
< span>< %= __ (' nav.search' ) % >< / span>
48
48
< / a>
49
49
< / li>
You can’t perform that action at this time.
0 commit comments