Skip to content

Commit

Permalink
Explicitly send page URL as piratepx identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Dec 16, 2020
1 parent cb9594c commit 0c62ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{% env 'production' %}
<img
class="absolute bottom-0 right-0"
src="https://app.piratepx.com/ship?p=34b258e6-b0ff-4e9e-af12-d4b51ce8bf88"
src="https://app.piratepx.com/ship?p=34b258e6-b0ff-4e9e-af12-d4b51ce8bf88&i={{ page.url | urlencode }}"
alt="piratepx"
/>
{% endenv %}
Expand Down

0 comments on commit 0c62ca1

Please sign in to comment.