Skip to content

Commit

Permalink
Merge pull request #2 from wolone/patch-2
Browse files Browse the repository at this point in the history
Update index.php
  • Loading branch information
BigCoke233 authored Mar 8, 2020
2 parents 4e8fce8 + a4641ef commit 8af88db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<footer>
<span class="time"><time datetime="<?php $this->date('c'); ?>" itemprop="datePublished" pubdate><?php $this->date('Y-m-d'); ?></time>发布</span>
<span class="hr"></span>
<span class="comments"><?php $this->commentsNum('评论', '1 条评论', '%d 条评论'); ?> 条评论</span>
<span class="comments"><?php $this->commentsNum('评论', '1 条评论', '%d 条评论'); ?></span>
</footer>
</article>
<?php endwhile; else: ?>
Expand All @@ -45,4 +45,4 @@
</div>
</div>
</section>
<?php $this->need('footer.php'); ?>
<?php $this->need('footer.php'); ?>

0 comments on commit 8af88db

Please sign in to comment.