File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed
Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1+ DirectoryIndex index.html
Original file line number Diff line number Diff line change 1+ root : /
2+ index_generator :
3+ path : ' '
4+ per_page : 10
5+ order_by : -date
Original file line number Diff line number Diff line change 9090
9191 < div class ="site-meta ">
9292
93- < a href ="/ " class ="brand " rel ="start ">
93+ < a href ="/index.html " class ="brand " rel ="start ">
9494 < span class ="logo-line-before "> < i > </ i > </ span >
95- < h1 class ="site-title "> Untitled </ h1 >
95+ < h1 class ="site-title "> 我的博客 </ h1 >
9696 < span class ="logo-line-after "> < i > </ i > </ span >
9797 </ a >
9898 </ div >
@@ -109,15 +109,14 @@ <h1 class="site-title">Untitled</h1>
109109< nav class ="site-nav ">
110110 < ul id ="menu " class ="main-menu menu ">
111111 < li class ="menu-item menu-item-home ">
112-
113- < a href ="/ " rel ="section "> < i class ="fa fa-home fa-fw "> </ i > Home</ a >
114-
115- </ li >
112+ < a href ="/index.html " rel ="section "> < i class ="fa fa-home fa-fw "> </ i > 首页</ a >
113+ </ li >
114+ < li class ="menu-item menu-item-blog ">
115+ < a href ="/blog.html " rel ="section "> < i class ="fa fa-blog fa-fw "> </ i > 博客</ a >
116+ </ li >
116117 < li class ="menu-item menu-item-archives ">
117-
118- < a href ="/archives/ " rel ="section "> < i class ="fa fa-archive fa-fw "> </ i > Archives</ a >
119-
120- </ li >
118+ < a href ="/archives/ " rel ="section "> < i class ="fa fa-archive fa-fw "> </ i > 归档</ a >
119+ </ li >
121120 </ ul >
122121</ nav >
123122
You can’t perform that action at this time.
0 commit comments