Set blog title of /tags to "Tags"
This commit is contained in:
parent
45917109f0
commit
ceb856999c
1 changed files with 1 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue