diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2024-10-26 20:01:26 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2024-10-26 20:01:26 -0500 |
| commit | b245d9da15d0c609b14c1313408d315450e5640c (patch) | |
| tree | 47c820f067d5c755d40c961d8b0fa6d248fb6337 /template.html | |
| parent | 5fb5600ad749821145b6449dd2f6cf9ad8582497 (diff) | |
maybe fix more link issues?
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.html b/template.html index bb9f3fc..210755b 100644 --- a/template.html +++ b/template.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="./pandoc.css"> </head> <body> - <a href="/">« Back</a> + <a href="..">« Back</a> <h1>$title$</h1> $body$ </body> |
