feat(helper/image): customize field used to get featured image

This commit is contained in:
Jimmy Cai
2020-09-11 17:54:16 +02:00
parent a2662603df
commit 2acd380e98
2 changed files with 9 additions and 7 deletions
+1
View File
@@ -13,6 +13,7 @@ DefaultContentLanguage = "en" # Theme i18n support
[params]
mainSections = ["post"]
favicon = ""
featuredImageField = "image"
[params.dateFormat]
published = "Jan 02, 2006"
lastUpdated = "Jan 02, 2006 15:04 MST"