文章发表时间显示了两遍
更新了
NexT主题之后,发表文章那里显示了两次时间(之前的版本是只有一个时间的):
NexT Informations
Master: 5.1.0
NexT Scheme:
Pisces
其實是對的, Posted on 2016-11-04 | 2016-11-04 第一個日期, 是你create, 第二個日期是你有沒有modify 過你的文章。
如何屏蔽modify的选项:
在主题NexT下面的目录:layout/_macro 裏面的post.swig,
去掉如下一段:
1 | <time title="{{ __('post.modified') }}" itemprop="dateModified" datetime="{{ moment(post.updated).format() }}"> |