Show linking posts on page content

This commit is contained in:
Christoph Hagen
2025-01-13 22:34:51 +01:00
parent e69486895f
commit 4131b483e6
7 changed files with 80 additions and 64 deletions

View File

@ -12,8 +12,6 @@ extension FileManager {
extension Content {
private static let dbPath = FileManager.default.documentDirectory.appendingPathComponent("db").path()
static let mock: Content = Content(
settings: .default,
posts: [.empty, .mock, .fullMock],