commit 4201e6468cc5e9852ddd914c815960ce20b51fd1
parent f440cfefc0eb448e627975341dd50b1993ffe2c4
Author: GuyClicking <bpaul848@gmail.com>
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>