This commit is contained in:
haoouba
2021-02-18 22:02:19 +08:00
parent 86e77cbbc1
commit 9d29106040
6 changed files with 13 additions and 9 deletions

View File

@@ -114,7 +114,7 @@
<li class="item">
<a class="link" href="<?php $item->permalink(); ?>" title="<?php $item->title(); ?>">
<figure class="inner">
<span class="views"><?php _getViews($item); ?> ℃</span>
<span class="views"><?php $item->views(); ?> ℃</span>
<img class="image lazyload" src="<?php _getLazyload(); ?>" data-src="<?php echo _getThumbnails($item)[0]; ?>" onerror="javascript: this.src='<?php _getLazyload() ?>';" alt="<?php $item->title(); ?>" />
<figcaption class="title"><?php $item->title(); ?></figcaption>
</figure>