mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-08-18 11:07:55 -04:00
add website name to title
This commit is contained in:
parent
747553edbc
commit
7dc5d80ed8
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue