We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5c275 commit bbf4212Copy full SHA for bbf4212
atom.xml
@@ -1,5 +1,6 @@
1
---
2
layout: nil
3
+title : Atom Feed
4
5
<?xml version="1.0" encoding="utf-8"?>
6
<feed xmlns="http://www.w3.org/2005/Atom">
categories.html
@@ -5,7 +5,7 @@
group: navigation
7
8
-<ul class="tag_box">
+<ul class="tag_box inline">
9
{% assign categories_list = site.categories %}
10
{% include helpers/categories_list.html %}
11
</ul>
tags.html
{% assign tags_list = site.tags %}
{% include helpers/tags_list.html %}
0 commit comments