Skip to content

Commit

Permalink
Fix sitemap x-default reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tractorcow committed May 20, 2020
1 parent 365b2cc commit 8c8af6e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
<changefreq>$ChangeFrequency</changefreq><% end_if %>
<% if $GooglePriority %>
<priority>$GooglePriority</priority><% end_if %>
<% if $LinkToXDefault %>
<xhtml:link
rel="alternate"
hreflang="x-default"
href="{$absoluteBaseURL.ATT}"
/>
<% end_if %>
<% if $Locales %><% loop $Locales %><% if $LinkingMode != 'invalid' %>
<xhtml:link
rel="alternate"
Expand Down

0 comments on commit 8c8af6e

Please sign in to comment.