Skip to content

Commit fed146f

Browse files
dhensenahopkins
andauthored
Fix 'how we built sanic' sidebar link (#3054)
Co-authored-by: Adam Hopkins <[email protected]>
1 parent 23cce76 commit fed146f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/webapp/display/layouts/elements/sidebar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def _menu_items(request: Request) -> list[Builder]:
2424
),
2525
E.li("How we ").a(
2626
"built this site w/ Sanic",
27-
href="/{request.ctx.language}/built-with-sanic.html",
27+
href=f"/{request.ctx.language}/built-with-sanic.html",
2828
),
2929
E.li("The ").a(
3030
"Awesome Sanic",

0 commit comments

Comments
 (0)