mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<img class="image lazyload" src="<?php _getLazyload(); ?>" data-src="<?php echo _getThumbnails($item)[0]; ?>" onerror="javascript: this.src='<?php _getLazyload() ?>';" alt="<?php $item->title() ?>" />
|
||||
<div class="describe">
|
||||
<h6><?php $item->title(); ?></h6>
|
||||
<span><?php _getViews($item); ?> 阅读 - <?php $item->date('m/d'); ?></span>
|
||||
<span><?php $item->views(); ?> 阅读 - <?php $item->date('m/d'); ?></span>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
<a href="<?php $item->permalink(); ?>" title="<?php $item->title(); ?>" class="item">
|
||||
<span class="sort"><?php echo $index; ?></span>
|
||||
<span class="text"><?php $item->title(); ?></span>
|
||||
<span class="views"><?php _getViews($item); ?> 阅读</span>
|
||||
<span class="views"><?php $item->views(); ?> 阅读</span>
|
||||
</a>
|
||||
<?php $index++; ?>
|
||||
<?php endwhile; ?>
|
||||
|
||||
Reference in New Issue
Block a user