Fixed PublishDate inconsistencies in my custom theme
This commit is contained in:
parent
7e5535e2f6
commit
5e4d09a6d7
2 changed files with 15 additions and 1 deletions
|
@ -7,6 +7,11 @@ enableGitInfo = true
|
|||
paginate = 32
|
||||
rssLimit = 16
|
||||
|
||||
[frontmatter]
|
||||
date = ['date', 'lastmod', ':git']
|
||||
lastmod = [':git', 'lastmod', 'date']
|
||||
publishDate = ['date', 'lastmod']
|
||||
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
anchorLineNos = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue