2222 < div id ="bd " class ="wrp clear-fix ">
2323 < div id ="main ">
2424 {% if query %}
25- < h3 > Search Results </ h3 >
25+ < h3 class =" obvious-color " > 搜索结果 </ h3 >
2626 {% load highlight %}
2727 {% for result in page.object_list %}
2828 < div class ="post ">
@@ -37,7 +37,7 @@ <h1 class="title">
3737 </ div >
3838 {% empty %}
3939 < div class ="post ">
40- < p > No results found. </ p >
40+ < p > 抱歉,没有搜索到结果,请更换关键词重新搜索~ </ p >
4141 </ div >
4242 {% endfor %}
4343
@@ -84,15 +84,15 @@ <h1 class="title"><a
8484
8585 < div class ="col-lg-3 ">
8686 <!-- tags -->
87- < h3 > 标签:</ h3 >
87+ < h3 class =" obvious-color " > 标签:</ h3 >
8888 < div id ="cloudtag ">
8989 {% for tag in tag_list %}
9090 < a href ="{% url 'blog:tag' tag.pk %} "> {{ tag.name }}</ a >
9191 {% endfor %}
9292 </ div >
9393
9494 <!-- archive -->
95- < h3 > 文章归档:</ h3 >
95+ < h3 class =" obvious-color " > 文章归档:</ h3 >
9696 < div class ="panel-group " id ="accordion " role ="tablist " aria-multiselectable ="true ">
9797 {% for year,months in date_archive %}
9898 < div class ="panel panel-default ">
@@ -116,7 +116,7 @@ <h4 class="panel-title">
116116 </ div >
117117 {% endfor %}
118118 </ div >
119- < h3 > 热门文章:</ h3 >
119+ < h3 class =" obvious-color " > 热门文章:</ h3 >
120120 < div class ="panel-group " id ="accordion " role ="tablist " aria-multiselectable ="true ">
121121 < div class ="panel panel-default ">
122122 < div class ="panel-heading " role ="tab " id ="heading{{ forloop.counter }} ">
@@ -137,7 +137,7 @@ <h4 class="panel-title">
137137 </ div >
138138 </ div >
139139 </ div >
140- < h3 > 最新评论:</ h3 >
140+ < h3 class =" obvious-color " > 最新评论:</ h3 >
141141 < div class ="panel-group " id ="accordion " role ="tablist " aria-multiselectable ="true ">
142142 < div class ="panel panel-default ">
143143 < div class ="panel-heading " role ="tab " id ="heading{{ forloop.counter }} ">
@@ -158,7 +158,7 @@ <h4 class="panel-title">
158158 </ div >
159159 </ div >
160160 </ div >
161- < h3 > 最近访问</ h3 >
161+ < h3 class =" obvious-color " > 最近访问</ h3 >
162162 < div class ="panel-group " id ="accordion " role ="tablist " aria-multiselectable ="true ">
163163 < div class ="panel panel-default ">
164164 < div class ="panel-heading " role ="tab " id ="heading{{ forloop.counter }} ">
0 commit comments