Skip to content
Snippets Groups Projects
Verified Commit 147a3c9f authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Footer: replace “Feed” by more explicit “RSS”

parent ba8aa008
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
<li><i class="fas fa-rss footer-icon" aria-hidden="true"></i> <a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}">{{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li> <li><i class="fas fa-rss footer-icon" aria-hidden="true"></i> <a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}">{{ site.data.ui-text[site.locale].feed_label | default: "RSS" }}</a></li>
</ul> </ul>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment