Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mirai-mamori committed Mar 25, 2020
1 parent 43119e4 commit bd4ee36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tpl/content-thumb.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
?>
<article class="post post-list-thumb <?php echo $class; ?>" itemscope="" itemtype="http://schema.org/BlogPosting">
<div class="post-thumb">
<a href="<?php the_permalink(); ?>"><img class="lazyload" src="https://cdn.jsdelivr.net/gh/mirai-mamori/web-img@1.0/loadimg/outload.svg" data-src="<?php echo $post_img; ?>"></a>
<a href="<?php the_permalink(); ?>"><img class="lazyload" src="https://cdn.jsdelivr.net/gh/mirai-mamori/web-img/loadimg/outload.svg" data-src="<?php echo $post_img; ?>"></a>
</div><!-- thumbnail-->
<div class="post-content-wrap">
<div class="post-content">
<div class="post-date">
<i class="iconfont icon-time"></i><?php echo poi_time_since(strtotime($post->post_date_gmt)); ?>
<i class="iconfont icon-time"style="color:#EE9CA7;"></i><?php echo poi_time_since(strtotime($post->post_date_gmt)); ?>
<?php if(is_sticky()) : ?>
&nbsp;<i class="iconfont hotpost icon-hot"></i>
<?php endif ?>
Expand Down

0 comments on commit bd4ee36

Please sign in to comment.