Skip to content

Commit c0be497

Browse files
author
José Valim
committed
Add feedburner
1 parent 2cb3dc1 commit c0be497

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_includes/bottom.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="wrap">
99
<div id="social">
1010
<ul>
11-
<li class="menu-item"><a href="/atom.xml" target="_blank"><img src="/images/social/RSS.png" /></a></li>
11+
<li class="menu-item"><a href="http://feeds.feedburner.com/ElixirLang" target="_blank"><img src="/images/social/RSS.png" /></a></li>
1212
<li class="menu-item"><a href="https://github.com/elixir-lang" target="_blank"><img src="/images/social/Github.png" /></a></li>
1313
</ul>
1414
</div>

_includes/top.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66
<title>{% if page.title %}{{ page.title }} - {% endif %}Elixir</title>
7-
<link href="http:/elixir-lang.org/atom.xml" rel="alternate" title="Elixir's Blog" type="application/atom+xml" />
7+
<link href="http://feeds.feedburner.com/ElixirLang" rel="alternate" title="Elixir's Blog" type="application/atom+xml" />
88
<link rel="stylesheet" type="text/css" href="/css/style.css">
99
<link rel="stylesheet" type="text/css" href="/css/syntax.css">
1010
<link rel="shortcut icon" href="/images/logo/drop.png">

_layouts/blog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div id="sidebar-primary" class="sidebar">
88
{% include search.html %}
99
<div class="rss-button">
10-
<a href="/atom.xml" target="_blank"><img src="/images/social/RSSButton.png" /></a>
10+
<a href="http://feeds.feedburner.com/ElixirLang" target="_blank"><img src="/images/social/RSSButton.png" /></a>
1111
</div>
1212
{% include categories-list.html %}
1313
{% include important-links.html %}

0 commit comments

Comments
 (0)