ssg: StaticSitePostFrontMatter: olw_id => id

This commit is contained in:
Nick Vella 2019-07-16 19:23:11 +10:00
parent 8dc9bbac90
commit 103d47b376
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace OpenLiveWriter.BlogClient.Clients.StaticSite
private StaticSiteConfigFrontMatterKeys frontMatterKeys
= new StaticSiteConfigFrontMatterKeys()
{
IdKey = "olw_id",
IdKey = "id",
TitleKey = "title",
DateKey = "date",
LayoutKey = "layout",