Skip to content

Instantly share code, notes, and snippets.

@byroncorrales
Created May 9, 2012 14:26
Show Gist options
  • Save byroncorrales/2644875 to your computer and use it in GitHub Desktop.
Save byroncorrales/2644875 to your computer and use it in GitHub Desktop.
1. First method , just erase the "RSS" String
<a class="rss"
{% if feed_url %}
href="{{feed_url}}"
{% else %}
href="/feeds/rss/"
{% endif %}
title="{% trans %}subscribe to the questions feed{% endtrans %}"
>{% trans %}RSS{% endtrans %}
</a>
2. using jquery
$(".rss").text("");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment