File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,10 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
100
100
< div class ="container ">
101
101
< div class ="row ">
102
102
< div class ="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 ">
103
- {% if include.short %}
104
- < div class ="site-heading " id ="tag-heading ">
105
- {% else %}
106
- < div class ="site-heading ">
107
- {% endif %}
108
- < h1 > {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</ h1 >
109
- < span class ="subheading "> {{ page.description }}</ span >
103
+ <!-- 修改 100-110 行附近的 .site-heading 容器 -->
104
+ < div class ="site-heading{% if include.short %} " id ="tag-heading{% endif %} ">
105
+ < h1 > {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</ h1 >
106
+ < span class ="subheading " style ="display: block; text-align: center; "> {{ page.description }}</ span >
110
107
</ div >
111
108
</ div >
112
109
</ div >
You can’t perform that action at this time.
0 commit comments