Skip to content

Commit

Permalink
Update index.pug
Browse files Browse the repository at this point in the history
correct alternate tag for google console problem
  • Loading branch information
DoYouSpeakRowing committed May 7, 2023
1 parent 1df71f9 commit b12c46b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pug/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ html(lang=mylang.iso)
//Alternate
each lang in allLangs
if lang.iso == "en"
link(rel='alternate', href="https://doyouspeakrowing.github.io/www/index.html", hreflang='x-default')
link(rel='alternate', href="https://doyouspeakrowing.github.io/index.html", hreflang='x-default')
else
link(rel='alternate', href="https://doyouspeakrowing.github.io/www/index-"+lang.iso+".html", hreflang=lang.iso)
link(rel='alternate', href="https://doyouspeakrowing.github.io/index-"+lang.iso+".html", hreflang=lang.iso)
// Bootstrap Icons
link(href='https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css', rel='stylesheet')

Expand Down

0 comments on commit b12c46b

Please sign in to comment.