Commit 9babaaf8 authored by Jake Bell's avatar Jake Bell
Browse files

Issue #3264373: Missing RSS and Website in Social Media Links

parent 5eeb8492
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -51,6 +51,14 @@ class Micon extends IconsetBase implements IconsetInterface {
      case 'email':
        $icon_name = 'envelope';
        break;

      case 'rss':
        $icon_name = 'feed';
        break;

      case 'website':
        $icon_name = 'home';
        break;
    }

    $icon = [