-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
50 lines (50 loc) · 1.79 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php
/**
* 非黑即白大气设计类模板
*
* @package KAOCI
* @author KicoModo
* @version 1.0
* @link https://www.kicomodo.com
*/
?>
<?php include('head.php'); ?>
<div class="_fake-header"></div>
<div class="article-container">
<div class="article" >
<div class="article-list">
<a href="<?php $this->options->stlj(); ?>" class="article-single show-animate-item" style="max-width:100%!important">
<div class="head-img">
<div class="img-wrap">
<div class="chief-img monochrome lazy clip-animate-item" data-src="<?php $this->options->sttt(); ?>"></div>
</div>
</div>
<div class="head-side show-animate-item">
<div class="article-detail">
<h3 class="specific-title"><?php $this->options->stbt(); ?></h3>
<div class="specific-kind"><?php $this->options->stfl(); ?></div>
<p class="specific-introduce" title="<?php $this->options->stjy(); ?>"><?php $this->options->stjy(); ?></p>
</div>
</div>
</a>
<?php while($this->next()): ?>
<a href="<?php $this->permalink() ?>" class="article-single show-animate-item">
<div class="head-img">
<div class="img-wrap">
<div class="chief-img monochrome lazy clip-animate-item" data-src="<?php $this->fields->toutu(); ?>"></div>
</div>
</div>
<div class="head-side show-animate-item">
<div class="article-detail">
<h3 class="specific-title"><?php $this->title() ?></h3>
<div class="specific-kind"><?php $this->category(',', false); ?></div>
<p class="specific-introduce" title="<?php $this->fields->jianyao(); ?>"><?php $this->fields->jianyao(); ?></p>
</div>
</div>
</a>
<?php endwhile; ?>
</div>
<?php include('pagenav.php'); ?>
</div>
</div>
<?php include('footer.php'); ?>