diff --git a/bin/blog.ml b/bin/blog.ml index a22b003..91f4587 100644 --- a/bin/blog.ml +++ b/bin/blog.ml @@ -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 =