diff --git a/concord.js b/concord.js
index 6af2c84..e22b645 100644
--- a/concord.js
+++ b/concord.js
@@ -198,6 +198,9 @@ var ConcordUtil = {
if (iconName == "markdown") {
faClass = "fab";
}
+ if (iconName == "rss") { //3/11/22 by DW
+ faClass = "fas";
+ }
return ("");
},
getKeystroke: function (event) { //2/12/20 by DW
diff --git a/opml/concord.opml b/opml/concord.opml
index ca48547..98c0fab 100644
--- a/opml/concord.opml
+++ b/opml/concord.opml
@@ -269,6 +269,10 @@
+
+
+
+