improve experience in terminal browsers

This commit is contained in:
osmarks 2024-02-25 22:18:34 +00:00
parent 8cc8425795
commit b26e5aa565
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
mixin nav-item(url, name)
a(href=url)= name
a(href=url)= name + " "
mixin image(src)
if typeof src === "string"