Skip to content

Commit

Permalink
🏷️ 2.3.0 發佈
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryc127 committed Apr 26, 2020
1 parent 13a0a4a commit 6cf5938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/includes/mixins/article-sort.pug
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ mixin articleSort(posts)
i.fa.fa-clock-o(aria-hidden="true")
time.article-sort-item__time(title=_p('post.created') + ' ' + full_date(article.date))= date(article.date, config.date_format)
.article-sort-item__title= article.title || 'No Title'
- })
- })

0 comments on commit 6cf5938

Please sign in to comment.