> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# {{feedLink}} helper

- URL: https://getpublii.com/dev/feedlink-helper/
- Published: 2017-08-04T22:27:40.736Z
- Updated: 2024-02-08T09:40:12.032Z
- Description: It creates a link element with URL to the RSS and JSON feeds (if they are enabled in the site settings). Syntax: {{feedLink}} Example output:…
- Author: Tomasz Dziuda
- Tags: Helpers

It creates a **link** element with URL to the RSS and JSON feeds (if they are enabled in the site settings).

Syntax:

```handlebars
{{feedLink}}
```

Example output:

```html
<link type="application/atom+xml" rel="alternate" href="https://example.com/feed.xml"/>
<link type="application/json" rel="alternate" href="https://example.com/feed.json"/>
```

Should be used in the `<head>` section of the website.
