External files, improve page generation
This commit is contained in:
@ -19,6 +19,7 @@ extension Page {
|
||||
extension LocalizedPage {
|
||||
|
||||
static let english = LocalizedPage(
|
||||
content: .mock,
|
||||
urlString: "my-project",
|
||||
title: "My First Project",
|
||||
lastModified: nil,
|
||||
@ -28,6 +29,7 @@ extension LocalizedPage {
|
||||
requiredFiles: [])
|
||||
|
||||
static let german = LocalizedPage(
|
||||
content: .mock,
|
||||
urlString: "mein-projekt",
|
||||
title: "Mein Erstes Projekt",
|
||||
lastModified: nil,
|
||||
|
Reference in New Issue
Block a user