Skip to content

Commit 1532ec2

Browse files
committed
create Hugo config to override date field order
1 parent ce89a5e commit 1532ec2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

hugo.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"frontmatter": {
3+
"date": [
4+
"report_publish_date",
5+
":default"
6+
]
7+
}
8+
}

0 commit comments

Comments
 (0)