init
This commit is contained in:
13
constants/layout_parameters.go
Normal file
13
constants/layout_parameters.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package constants
|
||||
|
||||
type LayoutParams struct {
|
||||
Title string
|
||||
NavTitle string
|
||||
}
|
||||
|
||||
func NewLayoutParams(title string) *LayoutParams {
|
||||
return &LayoutParams{
|
||||
Title: title,
|
||||
NavTitle: "derrickgee.dev",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user