<SITE_ATOM_LINK>
Tag Function:
- Creates a ATOM feed link.
Main Usage:
- Used within image_template.html to dynamically create and add a ATOM feed link to your template.
Examples:
In your image template, you can use the tag like this:
Sample Output:
Using the code above will generate the following when the template is run:
<a href="./index.php?x=atom">ATOM feed</a>
Sample Outcome:
Using the output above will generate the following when the template is run:
FeedRelatedTags