Fixed noreferer typos

no issue

- should be `noreferrer`, caused duplication by ember-template-lint auto fixing
This commit is contained in:
Kevin Ansfield 2022-02-02 16:20:01 +00:00
parent bd5923efe0
commit cc257f8576
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
{{svg-jar "get-started-migrations"}}
<h4>Migrating data</h4>
<p>Import content from other tools into Ghost with ease.</p>
<p><a href="https://docs.ghost.org" class="gh-btn" target="_blank" rel="noreferer noopener noreferrer" {{on "click" @close}}><span>Learn more</span></a></p>
<p><a href="https://docs.ghost.org" class="gh-btn" target="_blank" rel="noopener noreferrer" {{on "click" @close}}><span>Learn more</span></a></p>
</div>
</div>
</div>

View File

@ -32,7 +32,7 @@
<div class="kg-card-help">
<p>
<span>Only visible when delivered by email, this card will not be published on your site.</span>
<a href="https://ghost.org/help/email-newsletters/#email-cards" class="dib lh-zero v-mid kg-card-help-icon-link" target="_blank" rel="noreferernopener noopener noreferrer">{{svg-jar "help" class="stroke-midgrey"}}</a>
<a href="https://ghost.org/help/email-newsletters/#email-cards" class="dib lh-zero v-mid kg-card-help-icon-link" target="_blank" rel="noopener noreferrer">{{svg-jar "help" class="stroke-midgrey"}}</a>
</p>
</div>
{{else}}