Skip to content

Commit

Permalink
Maybe "this" doesn't work?
Browse files Browse the repository at this point in the history
  • Loading branch information
Firepup6500 authored Sep 9, 2023
1 parent 0ac8265 commit c7c793a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/head_tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div class="public-user-fields">
<div class="public-user-field">
<span class="user-field-value">
{{#each this.customProfileLink as |link|}}
{{#each customProfileLink as |link|}}
<a href="{{link.[2]}}{{link.[0]}}" target="_blank">{{link.[1]}}</a>
<p>{{link}}--{{link.content}}</p>
{{/each}}
Expand All @@ -60,7 +60,7 @@
{{#if customProfileLink}}
<h3 class="user-card-public-field">
<span class="user-field-value">
{{#each this.customProfileLink as |links|}}
{{#each customProfileLink as |links|}}
<a href="{{link.[2]}}{{link.[0]}}" target="_blank">{{link.[1]}}</a>
<p>{{link}}--{{link.content}}</p>
{{/each}}
Expand Down

0 comments on commit c7c793a

Please sign in to comment.