fix suffixing BaseURL with /
All checks were successful
/ build-container (push) Successful in 8m18s
All checks were successful
/ build-container (push) Successful in 8m18s
This commit is contained in:
parent
9be13ac352
commit
13d8ead58b
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<a href="{{ $.BaseURL }}">Home</a>
|
<a href="{{ $.BaseURL }}/">Home</a>
|
||||||
<div id="main">
|
<div id="main">
|
||||||
|
|
Loading…
Reference in a new issue