summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-18 18:50:05 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-18 18:50:05 -0400
commit029b581c993e77599265b31439dc3e4a1cd78cac (patch)
tree02b9398557b48c644525ead6948bd17dbe035747 /bin
parent00401e59be35ea62c142199eac02fd9305bec992 (diff)
bin/feed: Update SECTIONS.
* bin/feed (SECTIONS): Add article.
Diffstat (limited to 'bin')
-rw-r--r--bin/feed2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/feed b/bin/feed
index 80ca93b..c6159da 100644
--- a/bin/feed
+++ b/bin/feed
@@ -15,7 +15,7 @@ import sys
URL = 'https://fsfi.ricketyspace.net'
-SECTIONS = ['news']
+SECTIONS = ['news', 'article']
F_PH = {
'name': '<!-- Feed Name -->',