mirror of
https://github.com/jkjoy/typecho-theme-farallon.git
synced 2026-06-28 00:54:32 +00:00
0.7.2
友好时间显示
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
<img src="<?php $this->options->logoUrl() ?>" class="avatar" width="48" height="48" />
|
||||
<a datetime='<?php $this->date('Y-m-d'); ?>' class="humane--time" href="<?php $this->permalink() ?>"
|
||||
itemprop="datePublished">
|
||||
<?php $this->date('Y-m-d'); ?>
|
||||
<?php $options = Helper::options();if ($options->friendlyTime == '1') {echo time_ago($this->created);} else {$this->date('Y-m-d H:i'); }?>
|
||||
</a>
|
||||
</header>
|
||||
<div class="description" itemprop="about">
|
||||
|
||||
Reference in New Issue
Block a user