Skip to content

Commit

Permalink
Add missing string interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
SamantazFox committed Jul 26, 2023
1 parent ab32cb6 commit 16741a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ html(lang="en")
]
for instance in instances
li
= `instance.flag `
= `${instance.flag} `
a(href=`https://${instance.url}`)= instance.url

include footer.pug

0 comments on commit 16741a2

Please sign in to comment.