mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-01-07 13:17:57 -05:00
add website name to title
This commit is contained in:
parent
747553edbc
commit
7dc5d80ed8
@ -116,7 +116,7 @@ func (s *Server) handleService(c iris.Context) {
|
|||||||
|
|
||||||
c.ViewLayout("main")
|
c.ViewLayout("main")
|
||||||
data := iris.Map{
|
data := iris.Map{
|
||||||
"Title": fmt.Sprintf("%v", strings.ToUpper(service.Name)),
|
"Title": fmt.Sprintf("%v | KYCNOT.ME", strings.ToUpper(service.Name)),
|
||||||
"Service": service,
|
"Service": service,
|
||||||
"Attributes": service.Expand["attributes"],
|
"Attributes": service.Expand["attributes"],
|
||||||
}
|
}
|
||||||
@ -165,7 +165,7 @@ func (s *Server) handleAttribute(c iris.Context) {
|
|||||||
|
|
||||||
c.ViewLayout("main")
|
c.ViewLayout("main")
|
||||||
data := iris.Map{
|
data := iris.Map{
|
||||||
"Title": fmt.Sprintf("%v", strings.ToUpper(attribute.Title)),
|
"Title": fmt.Sprintf("%v | KYCNOT.ME", strings.ToUpper(attribute.Title)),
|
||||||
"Attribute": attribute,
|
"Attribute": attribute,
|
||||||
"Services": services,
|
"Services": services,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user