diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2013-02-21 17:16:11 +0100 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2013-02-21 17:16:11 +0100 |
commit | 1ff26d166bbbcf9588abcebdc97f74e6e58796f1 (patch) | |
tree | f1bb0d469f0e4944f639725c98c3b622f4eb4bb6 | |
parent | 08b0bc684699ed8e7dff0189c2c72de793c97384 (diff) |
Fixed rss name
-rwxr-xr-x | bb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ global_variables() { # global archive archive_index="all_posts.html" # feed file (rss in this case) - blog_feed="test.rss" + blog_feed="feed.rss" number_of_feed_articles="10" # Localization and i18n |