feat: initial commit
This commit is contained in:
@ -10,9 +10,9 @@ type PageOptionFunc func(opts *PageOptions)
|
||||
func WithTitle(title string) PageOptionFunc {
|
||||
return func(opts *PageOptions) {
|
||||
if title != "" {
|
||||
opts.Title = title + " | Rkvst"
|
||||
opts.Title = title + " | ClearCase"
|
||||
} else {
|
||||
opts.Title = "Rkvst"
|
||||
opts.Title = "ClearCase"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user