Skip to content

Commit

Permalink
Update index.pug canonical take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DoYouSpeakRowing committed May 12, 2023
1 parent 8eb6d40 commit 3c2b74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pug/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ html(lang=mylang.iso)
// Favicon
link(rel='icon', type='image/x-icon', href='assets/favicon.ico')
//canonical
if lang.iso == "en"
if mylang.iso == "en"
link(rel='canonical', href="https://doyouspeakrowing.github.io")
//Alternate
each lang in allLangs
Expand Down

0 comments on commit 3c2b74b

Please sign in to comment.