File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 < link rel ="alternate " type ="application/atom+xml " title ="Atom Feed " href ="{{ site.JB.atom_path }} ">
2424
2525 <!-- Styles -->
26- < link rel ="stylesheet " href ="{{ ASSET_PATH }}/css/style.min.css ">
27- < link rel ="stylesheet " href ="{{ ASSET_PATH }}/css/font-awesome.min.css ">
26+ < link rel ="stylesheet " href ="{{ BASE_PATH }}/css/style.min.css ">
27+ < link rel ="stylesheet " href ="{{ BASE_PATH }}/css/font-awesome.min.css ">
2828
2929 <!-- Scripts -->
30- < script type ="text/javascript " src ="{{ ASSET_PATH }}/js/jquery-1.10.1.min.js "> </ script >
30+ < script type ="text/javascript " src ="{{ BASE_PATH }}/js/jquery-1.10.1.min.js "> </ script >
3131
3232
3333 <!--clicki js-->
117117 </ aside >
118118 <!-- Main Content -->
119119 < div id ="main-inner ">
120- < div id ="loader "> < img src ="{{ ASSET_PATH }}/img/loading.gif " alt ="请稍侯 "> </ div >
120+ < div id ="loader "> < img src ="{{ BASE_PATH }}/img/loading.gif " alt ="请稍侯 "> </ div >
121121 < div id ="main-content ">
122122 {{ content }}
123123 </ div >
139139
140140 {% include widgets/weather %}
141141</ body >
142- </ html >
142+ </ html >
You can’t perform that action at this time.
0 commit comments