Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into dev
  • Loading branch information
jerryc127 committed Apr 26, 2020
2 parents 0d56db5 + dad6fdb commit 13a0a4a
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 13a0a4a

Please sign in to comment.