Skip to content

Commit

Permalink
[ADD] override hreflang x-default
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiaandreu-ithinkupc committed Jan 31, 2025
1 parent 264bfcc commit 14ad95a
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<link rel="alternate"
tal:repeat="item view/alternates"
tal:attributes="
hreflang item/lang;
href string:${item/url};
" />

<link rel="alternate" hreflang="x-default"
tal:define="portal_url context/@@genweb.utils/portal_url"
tal:attributes="
href string:${portal_url};
" />

0 comments on commit 14ad95a

Please sign in to comment.