fix: update html title
This commit is contained in:
parent
d005553dc7
commit
afbbf1ee31
@ -16,13 +16,13 @@ templ Base(assets ...string) {
|
||||
for _, cs := range csses {
|
||||
<link rel="stylesheet" href={ cs }/>
|
||||
}
|
||||
<title>URL段地址服务</title>
|
||||
<title>URL短地址服务</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<nav class="navbar navbar-light bg-light navbar-wh">
|
||||
<a class="navbar-brand navbar-brand-fs" href="/">
|
||||
URL段地址服务
|
||||
URL短地址服务
|
||||
</a>
|
||||
<ul class="flex oauth">
|
||||
{{ auth := util.GetAuthorize(ctx) }}
|
||||
|
||||
@ -56,7 +56,7 @@ func Base(assets ...string) templ.Component {
|
||||
return templ_7745c5c3_Err
|
||||
}
|
||||
}
|
||||
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("<title>URL段地址服务</title></head><body><div class=\"wrapper\"><nav class=\"navbar navbar-light bg-light navbar-wh\"><a class=\"navbar-brand navbar-brand-fs\" href=\"/\">URL段地址服务</a><ul class=\"flex oauth\">")
|
||||
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("<title>URL短地址服务</title></head><body><div class=\"wrapper\"><nav class=\"navbar navbar-light bg-light navbar-wh\"><a class=\"navbar-brand navbar-brand-fs\" href=\"/\">URL短地址服务</a><ul class=\"flex oauth\">")
|
||||
if templ_7745c5c3_Err != nil {
|
||||
return templ_7745c5c3_Err
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user