Explorar o código

Add title for RSS icon in social widget

Talha Mansoor %!s(int64=11) %!d(string=hai) anos
pai
achega
c42ed9033e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      templates/_includes/social_links.html

+ 3 - 0
templates/_includes/social_links.html

@@ -12,6 +12,9 @@
             {% if item.lower() == 'email' %}
                 {% set link_title = 'My ' + item + ' Address' %}
                 {% set link_icon = 'envelope' %}
+            {% elif item.lower() == 'rss' %}
+                {% set link_title = 'Subscribe in a reader' %}
+                {% set link_icon = 'rss' %}
             {% endif %}
             {% if f_entry.insert(0, link_title) %}{% endif %}
             {% if f_entry.insert(1, link_icon) %}{% endif %}