Fix links and images in related content

This commit is contained in:
Christoph Hagen
2022-11-27 22:06:18 +01:00
parent 112bbe252c
commit 58f7642ca5
2 changed files with 1 additions and 4 deletions

View File

@ -5,7 +5,6 @@ struct PageLinkTemplate: Template {
enum Key: String, CaseIterable {
case url = "URL"
case image = "IMAGE"
case image2x = "IMAGE_2X"
case title = "TITLE"
case path = "PATH"
case description = "DESCRIPTION"