Skip to content

Commit

Permalink
added static link to RSS feed in header
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Schmalzle authored and Ed Schmalzle committed Mar 14, 2010
1 parent 7f2fc72 commit 6c3b146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<ul>
<li class="page_item<?php if (is_home()) echo ' current_page_item'; ?>"><a href="<?php echo get_option('home'); ?>/">Blog</a></li>
<?php wp_list_pages('title_li=' ); ?>
<li class="page_item"><a href="http://www.edschmalzle.com/feed/">RSS</a></li>
</ul>
</div>
<!-- end #menu -->
Expand Down

0 comments on commit 6c3b146

Please sign in to comment.