diff --git a/source/Models/Site.cs b/source/Models/Site.cs index 9f05f017182632320fd4ab16c94406e4a824ba47..e950d0287211b8d9e30214ff7d76cfd82cd4e619 100644 --- a/source/Models/Site.cs +++ b/source/Models/Site.cs @@ -383,7 +383,8 @@ public class Site : IParams ) { Kind = string.IsNullOrEmpty(relativePath) ? Kind.index : Kind.list, - Section = (string.IsNullOrEmpty(relativePath) ? Kind.index : Kind.list).ToString() + Section = (string.IsNullOrEmpty(relativePath) ? Kind.index : Kind.list).ToString(), + URL = "/" }; PostProcessFrontMatter(frontmatter);