Fix paths in placeholder/template blog post
This commit is contained in:
parent
1edcbda52a
commit
e44ced2bfa
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@
|
|||
|
||||
<body>
|
||||
<p>
|
||||
<a href="index.html">>Home<</a>
|
||||
<a href="contact.html">>Contact<</a>
|
||||
<a href="blog.html">>Blog<</a>
|
||||
<a href="../index.html">>Home<</a>
|
||||
<a href="../contact.html">>Contact<</a>
|
||||
<a href="../blog.html">>Blog<</a>
|
||||
</p>
|
||||
<hr>
|
||||
<h1>Placeholder blog post</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue