Skip to content

Commit

Permalink
Update index.pug for canonical on index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DoYouSpeakRowing authored May 12, 2023
1 parent 6dbe4d1 commit 8eb6d40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pug/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ html(lang=mylang.iso)

// Favicon
link(rel='icon', type='image/x-icon', href='assets/favicon.ico')
//canonical
if lang.iso == "en"
link(rel='canonical', href="https://doyouspeakrowing.github.io")
//Alternate
each lang in allLangs
if lang.iso == "en"
Expand Down

0 comments on commit 8eb6d40

Please sign in to comment.