Skip to content

Commit

Permalink
fix: prepend base path to site icon
Browse files Browse the repository at this point in the history
  • Loading branch information
error418 committed Nov 13, 2019
1 parent 8241536 commit 811cd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/base.pug
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ html
body(style="padding-top:5rem")
nav(class="navbar navbar-dark bg-dark navbar-expand-md fixed-top")
a(class="navbar-brand mr-3" href=`./${ basePath }`)
img(src="/static/icon.svg" width="30" height="30" class="mr-2 d-inline-block align-top" alt="")
img(src=`${ basePath }/static/icon.svg` width="30" height="30" class="mr-2 d-inline-block align-top" alt="")
.
Swingletree

Expand Down

0 comments on commit 811cd77

Please sign in to comment.