> ## 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.

# Feed tags

- URL: https://getpublii.com/dev/feed-tags/
- Published: 2017-08-04T21:48:02.345Z
- Updated: 2018-06-21T14:22:23.074Z
- Description: Below you shall find a list of all the handlebars tags available for the feed-xml.hbs and feed-json.hbs files This template does not use any common…
- Author: Tomasz Dziuda
- Tags: Handlebars Tags

Below you shall find a list of all the handlebars tags available for the **feed-xml.hbs** and **feed-json.hbs** files

### Template-specific tags

-   **{{siteName}}** - name of the website
-   **{{siteDomain}}** - domain of the website
-   **{{siteLastUpdate}}** - date of the last update
-   **{{siteAuthor}}** - name of the main author
-   **{{#posts}}** - list of the posts
    -   **{{title}}** - post title
    -   **{{url}}** - post URL 
    -   **{{excerpt}}** - post intro text
    -   **{{text}}** - post full text
    -   **{{author}}** - post author name
    -   **{{modifiedAt}}** - post modifcation date
    -   **{{#categories}}** - list of the post categories
        -   **{{name}}** - category name
    -   **{{thumbnail}}** - post thumbnail URL

### Common tags

This template does not use any common tags.
