File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
<div class="PAP" id="archives">
11
11
<div id="page-banner" class="PAP-banner">
12
12
<div>
13
- <h2 itemprop="name headline"><?php $ this ->title () ?> </h2 >
13
+ <h1 itemprop="name headline"><?php $ this ->title () ?> </h1 >
14
14
</div>
15
15
</div>
16
16
<div id="archives-content">
Original file line number Diff line number Diff line change 17
17
<div class="PAP-banner-mask"></div>
18
18
<?php endif ; ?>
19
19
<div>
20
- <h2 itemprop="name headline"><?php $ this ->title () ?> </h2 >
20
+ <h1 itemprop="name headline"><?php $ this ->title () ?> </h1 >
21
21
</div>
22
22
</div>
23
23
<div class="post-content PAP-content" itemprop="articleBody">
Original file line number Diff line number Diff line change 13
13
<div class="PAP-banner-mask"></div>
14
14
<?php endif ; ?>
15
15
<div>
16
- <h2 itemprop="name headline"><?php $ this ->title () ?> </h2 >
16
+ <h1 itemprop="name headline"><?php $ this ->title () ?> </h1 >
17
17
</div>
18
18
</div>
19
19
<div id="page-content" class="PAP-content" itemprop="articleBody">
Original file line number Diff line number Diff line change 19
19
<div class="PAP-banner-mask"></div>
20
20
<?php endif ; ?>
21
21
<div>
22
- <h2 itemprop="name headline"><?php $ this ->title () ?> </h2 >
22
+ <h1 itemprop="name headline"><?php $ this ->title () ?> </h1 >
23
23
<p><?php echo G::getSemanticDate ($ this ->created ); ?> · <?php $ this ->category (' · ' ); ?> · <?php echo G::getPostView ($ this ); ?> 次阅读</p>
24
24
</div>
25
25
</div>
Original file line number Diff line number Diff line change @@ -925,7 +925,7 @@ h3.archive-title {
925
925
div {
926
926
width : 100% ;
927
927
928
- h2 {
928
+ h1 {
929
929
font-size : 2rem ;
930
930
color : @color_7 ;
931
931
font-weight : 200 ;
@@ -956,12 +956,12 @@ h3.archive-title {
956
956
left : 1.5rem ;
957
957
}
958
958
959
- h2 {
959
+ h1 {
960
960
opacity : 0.85 ;
961
961
font-size : 1.5rem ;
962
962
}
963
963
964
- h2 ,
964
+ h1 ,
965
965
p ,
966
966
p a {
967
967
text-align : left ;
You can’t perform that action at this time.
0 commit comments