Skip to content

Commit

Permalink
Handlebars.
Browse files Browse the repository at this point in the history
  • Loading branch information
Firepup6500 authored Sep 9, 2023
1 parent 9ec2bb0 commit 90b5f6b
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 @@ -45,7 +45,7 @@
<div class="public-user-field">
<span class="user-field-value">
{{#each items}}
<a href="{{this[2]}}{{{this[0]}}}" target="_blank">{{this[1]}}</a>
<a href="{{this.[2]}}{{{this.[0]}}}" target="_blank">{{this.[1]}}</a>
{{/each}}
</span>
</div>
Expand All @@ -58,7 +58,7 @@
<h3 class="user-card-public-field">
<span class="user-field-value">
{{#each items}}
<a href="{{this[2]}}{{{this[0]}}}" target="_blank">{{this[1]}}</a>
<a href="{{this.[2]}}{{{this.[0]}}}" target="_blank">{{this.[1]}}</a>
{{/each}}
</span>
</h3>
Expand Down

0 comments on commit 90b5f6b

Please sign in to comment.