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

# {{ampLink}} helper

- URL: https://getpublii.com/dev/amplink-helper/
- Published: 2017-08-04T21:59:30.069Z
- Updated: 2024-02-08T11:53:00.816Z
- Description: Notice: Update Regarding AMP Functionality We regret to inform you that the AMP functionality has been removed from our application starting with version 0.42.0 and…
- Author: Tomasz Dziuda
- Tags: Helpers

**Notice: Update Regarding AMP Functionality
**
We regret to inform you that the AMP functionality has been removed from our application starting with version 0.42.0 and will no longer be developed or supported. This article pertained to earlier versions of the application where the AMP feature was available. If you are using version 0.42.0 or later, please be aware that the information in this article is no longer applicable. We apologize for any inconvenience and encourage you to explore our other features that may add value to your experience.

Generates **link** element with URL to the AMP version of the website:

Syntax:

```handlebars
{{ampLink}}
```

Example output:

```handlebars
<link rel="amphtml" href="https://example.com/amp/">
```

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