Set blog title of /tags to "Tags"

This commit is contained in:
Hannes Mehnert 2024-10-28 18:54:36 +01:00
parent 45917109f0
commit ceb856999c

View file

@ -445,6 +445,7 @@ module Tags = struct
class tags ?title ?description articles =
object
inherit Articles.articles ?title ?description articles as super
method! title = Some "Tags"
method tags =
let tags =
let update article sm tag =