ssg: StaticSitePostFrontMatter: olw_id => id
This commit is contained in:
parent
8dc9bbac90
commit
103d47b376
|
@ -18,7 +18,7 @@ namespace OpenLiveWriter.BlogClient.Clients.StaticSite
|
||||||
private StaticSiteConfigFrontMatterKeys frontMatterKeys
|
private StaticSiteConfigFrontMatterKeys frontMatterKeys
|
||||||
= new StaticSiteConfigFrontMatterKeys()
|
= new StaticSiteConfigFrontMatterKeys()
|
||||||
{
|
{
|
||||||
IdKey = "olw_id",
|
IdKey = "id",
|
||||||
TitleKey = "title",
|
TitleKey = "title",
|
||||||
DateKey = "date",
|
DateKey = "date",
|
||||||
LayoutKey = "layout",
|
LayoutKey = "layout",
|
||||||
|
|
Loading…
Reference in New Issue