Skip to content

Commit

Permalink
Hack around relative url_root issue for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-grass committed Aug 30, 2024
1 parent 878af68 commit 9503d8f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion site/pages/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Changelog
template: page.html
---

- [Back home](/)
- [Back home](/goku)

## 0.0.2

Expand Down
4 changes: 2 additions & 2 deletions site/pages/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ title: Goku Docs
template: basic.html
---

[Back home](/)
[Back home](/goku)

- [Page](/docs/page)
- [Page](/goku/docs/page)
2 changes: 1 addition & 1 deletion site/pages/docs/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Page
template: basic.html
---

[Back to docs](/docs)
[Back to docs](/goku/docs)


## Overview
Expand Down
4 changes: 2 additions & 2 deletions site/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ A static site generator written in Zig.

<div id="spinner">

- [Docs](/docs)
- [Docs](/goku/docs)
- [Source code](https://github.com/sea-grass/goku)
- [Changelog](/changelog)
- [Changelog](/goku/changelog)

</div>

2 changes: 1 addition & 1 deletion site/templates/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>{{title}}</title>
<link rel="stylesheet" lang="text/css" href="/bulma.css" />
<link rel="stylesheet" lang="text/css" href="/goku/bulma.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion site/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>{{title}}</title>
<link rel="stylesheet" lang="text/css" href="/bulma.css" />
<link rel="stylesheet" lang="text/css" href="/goku/bulma.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
Expand Down

0 comments on commit 9503d8f

Please sign in to comment.