Removing nofollow where it's not needed.
This commit is contained in:
parent
3b2c0104c5
commit
a02e94cfbd
4 changed files with 7 additions and 7 deletions
|
@ -139,7 +139,7 @@
|
|||
{{ i18n "file" }} {{ replace .Name "<version>" $appdata.version }}<br><br>
|
||||
<div class="primary center fit-content" role="button">
|
||||
{{ $filename := replace .File "<version>" $appdata.version }}
|
||||
<a href="https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/{{ $appindex }}/v{{ $appdata.version }}/{{ $filename }}" download rel="nofollow noreferrer">
|
||||
<a href="https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/{{ $appindex }}/v{{ $appdata.version }}/{{ $filename }}" download rel="noreferrer">
|
||||
<i class="icon-download icon-as-text" alt=""></i>{{ i18n "download" }}
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue