mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Get_url paths should start with ./ for internal links
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<hr>
|
||||
<small>
|
||||
© <time datetime="2017">2017</time>. All rights reserved.
|
||||
<a href="{{ get_url(path="pages/contact.md") }}">Contact</a>
|
||||
<a href="{{ get_url(path="./pages/contact.md") }}">Contact</a>
|
||||
</small>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user