Skip to content

Commit bbf4212

Browse files
committed
Add atom title and inline tag list
1 parent 2a5c275 commit bbf4212

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

atom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: nil
3+
title : Atom Feed
34
---
45
<?xml version="1.0" encoding="utf-8"?>
56
<feed xmlns="http://www.w3.org/2005/Atom">

categories.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
group: navigation
66
---
77

8-
<ul class="tag_box">
8+
<ul class="tag_box inline">
99
{% assign categories_list = site.categories %}
1010
{% include helpers/categories_list.html %}
1111
</ul>

tags.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
group: navigation
66
---
77

8-
<ul class="tag_box">
8+
<ul class="tag_box inline">
99
{% assign tags_list = site.tags %}
1010
{% include helpers/tags_list.html %}
1111
</ul>

0 commit comments

Comments
 (0)