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 1212 <ul >
1313 <li <% if(is_home()){ % > <% - " class=active" %> <% } %> >
1414 <a href =" <%= url_for(config.home_dir || '/') %>" >
15- <i class =" iconfont icon-shouye1 " > </i >
15+ <i class =" material-icons googleicon " >home </i >
1616 <span ><%= __ (' nav.home' ) %> </span >
1717 </a >
1818 </li >
2424 </li >
2525 <li <% if(is_current( ' tags' )){ % > <% - " class=active" %> <% } %> >
2626 <a href =" <%= url_for(config.tag_dir) %>" >
27- <i class =" iconfont icon-biaoqian1 " > </i >
27+ <i class =" material-icons googleicon " >label </i >
2828 <span ><%= __ (' nav.tags' ) %> </span >
2929 </a >
3030 </li >
3131 <li <% if(is_current( ' archive' )){ % > <% - " class=active" %> <% } %> >
3232 <a href =" <%= url_for(config.archive_dir) %>" >
33- <i class =" iconfont icon-guidang2 " > </i >
33+ <i class =" material-icons googleicon " >archive </i >
3434 <span ><%= __ (' nav.archives' ) %> </span >
3535 </a >
3636 </li >
3737 <li <% if(is_current( ' about' )){ % > <% - " class=active" %> <% } %> >
3838 <a href =" <%= config.root %><%- 'about/' %>" >
39- <i class =" iconfont icon-guanyu2 " > </i >
39+ <i class =" material-icons googleicon " >person </i >
4040 <span ><%= __ (' nav.about' ) %> </span >
4141 </a >
4242 </li >
4343 <% if (config .search && config .search .path ){% >
4444 < li>
4545 < a id= " search" >
46- < i class = " iconfont icon-sousuo1 " > </ i>
46+ < i class = " material-icons googleicon " > search < / i>
4747 < span>< %= __ (' nav.search' ) % >< / span>
4848 < / a>
4949 < / li>
You can’t perform that action at this time.
0 commit comments