Skip to content

Commit

Permalink
fix broken vento code so url is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 19, 2024
1 parent d1fa65a commit 3fdf86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/layouts/index.vto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ layout: layouts/base.vto
<p class="f6 lh-copy measure">
<ul class="list pl0 ml0 center mw6 ba b--light-silver br2">
{{ for item of identity.links }}
<li class="ph3 pv3 bb b--light-silver"><span class="dark-green">{{ item.icon |> phosphor("duotone") }}</span> <a href="item.url" target="_blank">{{ item.title }}</a>
<li class="ph3 pv3 bb b--light-silver"><span class="dark-green">{{ item.icon |> phosphor("duotone") }}</span> <a href="{{ item.url }}" target="_blank">{{ item.title }}</a>
</li>
{{ /for }}
</ul>
Expand Down

0 comments on commit 3fdf86e

Please sign in to comment.