]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
Add trailing slashes to all intra-site links
authorDuje Mihanović <duje.mihanovic@skole.hr>
Sun, 3 Sep 2023 17:39:55 +0000 (19:39 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sun, 3 Sep 2023 17:41:50 +0000 (19:41 +0200)
This should fix old browsers not automatically redirecting when given
the HTTP 308 code.

content/posts/dropping-gitea/index.md
content/posts/first-post/index.md
content/posts/site-is-now-on-gitea/index.md
layouts/partials/nav.html

index 39013db889eeaae4550cdf07959aef414227bbde..1ea9085b230bb7a5f49edab20bf90d17d9679457 100644 (file)
@@ -28,4 +28,4 @@ with lots of outside contribution as that's when it would become truly useful.
 Until then, I always accept patches sent with the venerable
 [git send-email](https://git-send-email.io).
 
-If the new site breaks down in any way, please [let me know](/contact).
+If the new site breaks down in any way, please [let me know](/contact/).
index 7129a672659ab7f9791a07429104c80b899f8f3e..5479484a25a2f54063edfde4754cce03b058c86f 100644 (file)
@@ -12,4 +12,4 @@ site under a (as of writing, local) Git repository which I do intend to make
 public if and when the blog becomes something relatively serious.
 
 EDIT: The source code is now public: [Site is now on
-Gitea](/posts/site-is-now-on-gitea)
+Gitea](/posts/site-is-now-on-gitea/)
index 6a4a56cdef9746b2dc95fe2e29caeff7367b179f..1fac10362ab273eec2bb0bd99d605fa24ba9f474 100644 (file)
@@ -8,7 +8,7 @@ I have published its source code on
 or two, the repository itself can be found
 [here](https://git.dujemihanovic.xyz/?p=dujemihanovic.xyz.git;a=summary).
 If you have any suggestions as to how to improve the site, feel free to
-[contact me](/contact). If you are willing to directly contribute, I also accept
+[contact me](/contact/). If you are willing to directly contribute, I also accept
 patches sent with `git send-email`, a great tutorial on how to use it can be
 found [here](https://git-send-email.io).
 
index a5f33ab28304b52e361c30e517966ec9c6a9bcfd..35b6ec9a0e476c1f2ec74aef51853cee62216d4b 100644 (file)
@@ -1,7 +1,7 @@
 <nav>
        <ul>
                <li><a href="/">Home</a></li>
-               <li><a href="/posts">Blog</a></li>
-               <li><a href="/contact">Contact</a></li>
+               <li><a href="/posts/">Blog</a></li>
+               <li><a href="/contact/">Contact</a></li>
        </ul>
 </nav>