Skip to content

Commit

Permalink
Test social link
Browse files Browse the repository at this point in the history
  • Loading branch information
falkodev committed May 29, 2024
1 parent d063a9e commit c5afd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<div class="pdl-footer__social">
{% for item in data.global.social %}
{% set icon = apos.attachment.first(item) %}
{{ apos.log(icon) }}
{{ apos.log('item', item) }}
<a class="pdl-footer__social-link" target="_blank" href="{{ item.url }}">
<img src="{{ apos.attachment.url(icon) }}" alt="icon-{{ icon.name }}" loading="lazy" />
</a>
Expand Down

0 comments on commit c5afd42

Please sign in to comment.