Skip to content

Commit

Permalink
Fix path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rartino committed Oct 4, 2023
1 parent a2c3c29 commit eba3d09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/templates/base_default.httkweb.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</head>
<body>
<nav class="navbar navbar-custom navbar-expand-md navbar-static-top border-bottom border-3 border-darkgrey">
<a href="/"><b>{maintitle}</b></a>
<a href="{page.relbaseurl}/"><b>{maintitle}</b></a>
<div class="collapse navbar-collapse">
<ul class="navbar-nav nav ml-auto">
{menuitems:repeat::
Expand Down
2 changes: 1 addition & 1 deletion src/templates/blog.httkweb.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
</div>
</div>
</div>
<script src="js/paginate.js"></script>
<script src="{page.relbaseurl}/js/paginate.js"></script>
2 changes: 1 addition & 1 deletion src/templates/blogpost.httkweb.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="container">
<main class="main-content">

<a href="/blog">&larr; blog</a> / {page.name}
<a href="{page.relbaseurl}/blog">&larr; blog</a> / {page.name}

{content}
</main>
Expand Down

0 comments on commit eba3d09

Please sign in to comment.