4b09175d by astaxie

fix error info tempalte's title

1 parent 512ddf8a
...@@ -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;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!