Skip to content

Commit

Permalink
Manually added baseurl to link hrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
williaml33moore committed Mar 11, 2024
1 parent 63a0c27 commit 3322412
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_includes/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
{%- include head.html -%}
<style>@import url(/public/css/syntax/{{ site.highlighter-theme }}.css);</style>
<title>{{ site.title }}</title>
<!-- <link href="/public/css/bootstrap.min.css" rel="stylesheet"> -->
<!-- <link href="/bathtub/public/css/bootstrap.min.css" rel="stylesheet"> -->

<link href="/public/css/style.css" rel="stylesheet">
<link href="/bathtub/public/css/style.css" rel="stylesheet">
<body>
<div class="container">
<div class="sidebar">
Expand All @@ -16,4 +16,4 @@
</div>
</div>
</body>
</html>
</html>

0 comments on commit 3322412

Please sign in to comment.