From ceb856999c6b26bf59662cafc8065ae9aee4df02 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Mon, 28 Oct 2024 18:54:36 +0100 Subject: [PATCH] Set blog title of /tags to "Tags" --- bin/blog.ml | 1 + 1 file changed, 1 insertion(+) 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 =