commit d5dd1e58e718fc68ea0e4d294faea3a2e676b1b0
parent b530625d3b8a62b3d24b55a8a485b70fd17ce074
Author: bpaul <bpaul@bpaul.xyz>
Date: Sat, 6 Mar 2021 14:11:41 +1000
serve directly instead of redirect
Diffstat:
7 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/blog/1.html b/blog/1.html
@@ -5,7 +5,7 @@
</title>
</head>
<body>
- <a href="/blog">back</a>
+ <a href="/blog/">back</a>
<h1>How to get good at something (with 2 easy steps!!!)</h1>
<p>
diff --git a/blog/index.html b/blog/index.html
@@ -13,6 +13,6 @@
<br>
- <a href="1.html">1. How to get good at something (with 2 easy steps!!!) (07/12/20)</a>
+ <a href="/blog/1.html/">1. How to get good at something (with 2 easy steps!!!) (07/12/20)</a>
</body>
</html>
diff --git a/blog/template.html b/blog/template.html
@@ -5,7 +5,7 @@
</title>
</head>
<body>
- <a href="/blog">back</a>
+ <a href="/blog/">back</a>
<h1>Header</h1>
<p>
diff --git a/index.html b/index.html
@@ -9,7 +9,7 @@
<br><br>
- <a href="/blog">blog</a><br>
- <a href="/linux-blog">linux blog</a>
+ <a href="/blog/">blog</a><br>
+ <a href="/linux-blog/">linux blog</a>
</body>
</html>
diff --git a/linux-blog/1.html b/linux-blog/1.html
@@ -5,7 +5,7 @@
</title>
</head>
<body>
- <a href="/linux-blog">back</a>
+ <a href="/linux-blog/">back</a>
<h1>dmenu is op!</h1>
<p>
diff --git a/linux-blog/index.html b/linux-blog/index.html
@@ -13,6 +13,6 @@
<br>
- <a href="1.html">1. dmenu is op (01/03/2021)</a>
+ <a href="/linux-blog/1.html/">1. dmenu is op (01/03/2021)</a>
</body>
</html>
diff --git a/linux-blog/template.html b/linux-blog/template.html
@@ -5,7 +5,7 @@
</title>
</head>
<body>
- <a href="/linux-blog">back</a>
+ <a href="/linux-blog/">back</a>
<h1>Header</h1>
<p>