Skip to content

Commit

Permalink
Add atom title and inline tag list
Browse files Browse the repository at this point in the history
  • Loading branch information
plusjade committed Jan 19, 2012
1 parent 2a5c275 commit bbf4212
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions atom.xml
@@ -1,5 +1,6 @@
---
layout: nil
title : Atom Feed
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
Expand Down
2 changes: 1 addition & 1 deletion categories.html
Expand Up @@ -5,7 +5,7 @@
group: navigation
---

<ul class="tag_box">
<ul class="tag_box inline">
{% assign categories_list = site.categories %}
{% include helpers/categories_list.html %}
</ul>
Expand Down
2 changes: 1 addition & 1 deletion tags.html
Expand Up @@ -5,7 +5,7 @@
group: navigation
---

<ul class="tag_box">
<ul class="tag_box inline">
{% assign tags_list = site.tags %}
{% include helpers/tags_list.html %}
</ul>
Expand Down

0 comments on commit bbf4212

Please sign in to comment.