|
6 | 6 | <metahttp-equiv="imagetoolbar"content="false"/> |
7 | 7 | <metaname="MSSmartTagsPreventParsing"content="true"/> |
8 | 8 | <title><%= @item[:title] %></title> |
| 9 | +<linkrel="alternate"type="application/atom+xml"title="API Changes"href="/changes.atom"/> |
9 | 10 | <linkhref="/css/reset.css"rel="stylesheet"type="text/css"/> |
10 | 11 | <linkhref="/css/960.css"rel="stylesheet"type="text/css"/> |
11 | 12 | <linkhref="/css/uv_active4d.css"rel="stylesheet"type="text/css"/> |
|
18 | 19 | <divid="header-wrapper"> |
19 | 20 | <divid="header"> |
20 | 21 | <div> |
21 | | -<aclass="logo"href="/"><imgsrc="/images/logo_developer.png"width="255"height="45"/></a> |
| 22 | +<aclass="logo"href="/"><imgsrc="/images/logo_developer.png"width="255"height="45"alt="GitHub:Developer"/></a> |
22 | 23 | <ulclass="nav"> |
23 | 24 | <li><ahref="/v3/">API v3</a></li> |
| 25 | +<li><ahref="/changes/">Changes</a></li> |
24 | 26 | <li><a |
25 | | -href="http://support.github.com/discussions/api">Support</a></li> |
| 27 | +href="https://github.com/contact">Support</a></li> |
| 28 | +<li><ahref="/changes.atom"> |
| 29 | +<imgsrc="/images/feed-icon-28x28.png"width="16"height="16"alt="GitHub API Changes Feed"/> |
| 30 | +</a></li> |
26 | 31 | </ul> |
27 | 32 | </div> |
28 | 33 | </div><!-- #header --> |
|