mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-01-05 20:30:52 -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")
|
||||
data := iris.Map{
|
||||
"Title": fmt.Sprintf("%v", strings.ToUpper(service.Name)),
|
||||
"Title": fmt.Sprintf("%v | KYCNOT.ME", strings.ToUpper(service.Name)),
|
||||
"Service": service,
|
||||
"Attributes": service.Expand["attributes"],
|
||||
}
|
||||
@ -165,7 +165,7 @@ func (s *Server) handleAttribute(c iris.Context) {
|
||||
|
||||
c.ViewLayout("main")
|
||||
data := iris.Map{
|
||||
"Title": fmt.Sprintf("%v", strings.ToUpper(attribute.Title)),
|
||||
"Title": fmt.Sprintf("%v | KYCNOT.ME", strings.ToUpper(attribute.Title)),
|
||||
"Attribute": attribute,
|
||||
"Services": services,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user