Skip to content

Commit b8325ba

Browse files
committed
link to the changes blog/feed
1 parent d266d41 commit b8325ba

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

layouts/default.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta http-equiv="imagetoolbar" content="false" />
77
<meta name="MSSmartTagsPreventParsing" content="true" />
88
<title><%= @item[:title] %></title>
9+
<link rel="alternate" type="application/atom+xml" title="API Changes" href="/changes.atom" />
910
<link href="/css/reset.css" rel="stylesheet" type="text/css" />
1011
<link href="/css/960.css" rel="stylesheet" type="text/css" />
1112
<link href="/css/uv_active4d.css" rel="stylesheet" type="text/css" />
@@ -18,11 +19,15 @@
1819
<div id="header-wrapper">
1920
<div id="header">
2021
<div>
21-
<a class="logo" href="/"><img src="/images/logo_developer.png" width="255" height="45" /></a>
22+
<a class="logo" href="/"><img src="/images/logo_developer.png" width="255" height="45" alt="GitHub:Developer" /></a>
2223
<ul class="nav">
2324
<li><a href="/v3/">API v3</a></li>
25+
<li><a href="/changes/">Changes</a></li>
2426
<li><a
25-
href="http://support.github.com/discussions/api">Support</a></li>
27+
href="https://github.com/contact">Support</a></li>
28+
<li><a href="/changes.atom">
29+
<img src="/images/feed-icon-28x28.png" width="16" height="16" alt="GitHub API Changes Feed" />
30+
</a></li>
2631
</ul>
2732
</div>
2833
</div><!-- #header -->

static/images/feed-icon-28x28.png

1.7 KB
Loading

0 commit comments

Comments
 (0)