Actually parse description
This commit is contained in:
parent
9f8b264dcb
commit
6c454bbd20
@ -42,6 +42,7 @@ public record PostMetadata(Instant date, String title, String author, Set<String
|
||||
|
||||
tags = Collections.unmodifiableSet(t);
|
||||
}
|
||||
case "description" -> description = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user