removed trailing slash from nav links
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href="index/"
|
<a href="index"
|
||||||
class="btn btn-primary not-rounded py2"
|
class="btn btn-primary not-rounded py2"
|
||||||
|
|
||||||
style="color: #80bfff; background: #001f3f;">About</a>
|
style="color: #80bfff; background: #001f3f;">About</a>
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href="projects/"
|
<a href="projects"
|
||||||
class="btn btn-primary not-rounded py2"
|
class="btn btn-primary not-rounded py2"
|
||||||
|
|
||||||
style="color: #b3dbff; background: #0074D9;">Projects</a>
|
style="color: #b3dbff; background: #0074D9;">Projects</a>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href="index/"
|
<a href="index"
|
||||||
class="btn btn-primary not-rounded py2"
|
class="btn btn-primary not-rounded py2"
|
||||||
|
|
||||||
style="color: #80bfff; background: #001f3f;">About</a>
|
style="color: #80bfff; background: #001f3f;">About</a>
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href="projects/"
|
<a href="projects"
|
||||||
class="btn btn-primary not-rounded py2"
|
class="btn btn-primary not-rounded py2"
|
||||||
|
|
||||||
style="color: #b3dbff; background: #0074D9;">Projects</a>
|
style="color: #b3dbff; background: #0074D9;">Projects</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user