mirror of
https://github.com/golang/go
synced 2024-11-22 07:24:47 -07:00
godoc: show page title in browser title bar
Fixes #1158. R=adg CC=golang-dev https://golang.org/cl/2736041
This commit is contained in:
parent
da26e27c05
commit
c97146608a
@ -2,7 +2,11 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
<title>The Go Programming Language</title>
|
{.section Title}
|
||||||
|
<title>{@|html-esc} - The Go Programming Language</title>
|
||||||
|
{.or}
|
||||||
|
<title>The Go Programming Language</title>
|
||||||
|
{.end}
|
||||||
<link rel="stylesheet" href="/doc/all.css" type="text/css" media="all" charset="utf-8">
|
<link rel="stylesheet" href="/doc/all.css" type="text/css" media="all" charset="utf-8">
|
||||||
<!--[if lt IE 8]>
|
<!--[if lt IE 8]>
|
||||||
<link rel="stylesheet" href="/doc/ie.css" type="text/css">
|
<link rel="stylesheet" href="/doc/ie.css" type="text/css">
|
||||||
|
Loading…
Reference in New Issue
Block a user