fix error info tempalte's title
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -74,7 +74,7 @@ var errtpl = ` | ... | @@ -74,7 +74,7 @@ var errtpl = ` |
| 74 | <html lang="en"> | 74 | <html lang="en"> |
| 75 | <head> | 75 | <head> |
| 76 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 76 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 77 | <title>Page Not Found</title> | 77 | <title>{{.Title}}</title> |
| 78 | <style type="text/css"> | 78 | <style type="text/css"> |
| 79 | * { | 79 | * { |
| 80 | margin:0; | 80 | margin:0; | ... | ... |
-
Please register or sign in to post a comment