Use webRoot for relative links

This commit is contained in:
Fabien Freling 2019-06-14 13:53:29 +02:00
parent 8fcf435b17
commit a2c8fb9dd4
12 changed files with 23 additions and 25 deletions

View file

@ -1,6 +1,6 @@
<div id="banner"></div>
<div id="navigation">
<a href="index.html">Home</a>
<a href="projects.html">Projects</a>
<a href="about.html">About</a>
<a href="%webRoot%/index.html">Home</a>
<a href="%webRoot%/projects.html">Projects</a>
<a href="%webRoot%/about.html">About</a>
</div>