Created
November 21, 2013 22:40
-
-
Save LouisWhit/7591122 to your computer and use it in GitHub Desktop.
Adding this one line of code to your template or site wide tags will make it easier for people to subscribe to your RSS feed.
You will of course need to change the value of the title and href attributes to fit your needs. Your href should be where your full rss feed address is located (note; the feed may not be all but should be whatever was set…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="alternate" type="application/rss+xml" title="RSS Feed for Your_website.com" href="www.yourwebsite.com/rss/all" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment