Skip to content

Commit 7953f5a

Browse files
committed
Chore: deleted a few empty spaces
1 parent 0f4c18e commit 7953f5a

File tree

2 files changed

+0
-68
lines changed

2 files changed

+0
-68
lines changed

archive.php

-44
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,6 @@
4545
</div>
4646
</div>
4747

48-
49-
50-
51-
52-
53-
54-
55-
56-
57-
58-
59-
60-
6148
<ul class="article-list" style="opacity:0">
6249

6350
<li v-if="loading" class="article-list-item reveal index-post-list uk-scrollspy-inview loading-line"><em class="article-list-type1" style="padding: 5.5px 45px;">&nbsp;</em> <a style="text-decoration: none;">
@@ -135,25 +122,18 @@
135122
<!-- 加载按钮 -->
136123
</ul>
137124

138-
139-
140-
141-
142125
<script>
143126
window.cate_id = <?php echo $id; ?>;
144127
window.site_url = '<?php echo site_url() ?>';
145128
window.cate_name = '<?php echo $name; ?>';
146129
window.cate_des = '<?php echo $des; ?>';
147-
148130
window.cate_exclude_option = '<?php if (get_option('king_index_cate_exclude')) echo get_option('king_index_cate_exclude'); ?>';
149131
<?php if (get_option('king_index_cate_exclude')) { ?>
150132
window.cate_exclude = 'true';
151133
<?php } else { ?>
152134
window.cate_exclude = 'false';
153135
<?php } ?>
154-
155136
window.index_p = <?php echo $p; ?>;
156-
157137
window.cate_fre = <?php if (get_option('king_fre_cate')) echo get_option('king_fre_cate');
158138
else echo '0' ?>;
159139
window.cate_wor = <?php if (get_option('king_wor_cate')) echo get_option('king_wor_cate');
@@ -162,28 +142,4 @@
162142

163143
<script type="text/javascript" src="<?php echo esc_url(get_template_directory_uri()); ?>/dist/js/archive.js"></script>
164144

165-
166-
167-
168-
169-
170-
171-
172-
173-
174-
175-
176-
177-
178-
179-
180-
181-
182-
183-
184-
185-
186-
187-
188-
189145
<?php get_footer(); ?>

page.php

-24
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,6 @@
3636
</div>
3737
</article>
3838

39-
40-
41-
42-
43-
44-
45-
46-
47-
48-
49-
50-
51-
52-
53-
54-
55-
56-
57-
58-
59-
60-
61-
62-
6339
<script>
6440
window.site_url = '<?php echo site_url() ?>';
6541
window.post_id = <?php echo $post->ID; ?>;

0 commit comments

Comments
 (0)