Skip to content

Commit

Permalink
Add referrer and link
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 27, 2024
1 parent d69152c commit 587dbd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
@if($page->matter('guest_post') && $page->matter('canonical_guest_post_url'))
<p class="text-sm text-gray-600 dark:text-gray-400 italic mb-0 mt-2">
Originally posted at <a href="{{ $page->matter('canonical_guest_post_url') }}" class="text-indigo-600 dark:text-indigo-400 hover:underline" rel="canonical nofollow external" target="_blank">
Originally posted at <a href="{{ $page->matter('canonical_guest_post_url') }}?ref=hydephp.com" class="text-indigo-600 dark:text-indigo-400 hover:underline" rel="canonical nofollow external" target="_blank">
{{ parse_url($page->matter('canonical_guest_post_url'), PHP_URL_HOST) }}
</a>
</p>
Expand Down

0 comments on commit 587dbd5

Please sign in to comment.