Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Fixed RSS feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Bennett committed Apr 1, 2010
1 parent 53dad30 commit c9ff945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="/stylesheets/960.css" type="text/css" media="screen" title="no title" charset="utf-8" />
<link rel="stylesheet" href="/stylesheets/yegrb.css" type="text/css" media="screen" title="no title" charset="utf-8" />
<link href="{{ site.atom_url }}" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed" />
<link href="{{ site.rss_url }}" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed" />
</head>
<body>
<div class="container_12">
Expand Down
3 changes: 3 additions & 0 deletions rss.xml
@@ -1,3 +1,6 @@
---
---

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<channel>
<title>{{ site.title | xml_escape }}</title>
Expand Down

0 comments on commit c9ff945

Please sign in to comment.