From 1f5dfd7aa66bd257ea397df6894841db08827301 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Duje=20Mihanovi=C4=87?= <duje.mihanovic@skole.hr>
Date: Sun, 3 Sep 2023 20:22:08 +0200
Subject: [PATCH] More HTTPS->HTTP replacements

---
 content/posts/rss-updates/index.md          | 2 +-
 content/posts/site-is-now-on-gitea/index.md | 4 ++--
 layouts/_default/baseof.html                | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/posts/rss-updates/index.md b/content/posts/rss-updates/index.md
index 50226f3..d59af8e 100644
--- a/content/posts/rss-updates/index.md
+++ b/content/posts/rss-updates/index.md
@@ -15,6 +15,6 @@ Newsboat, the readers I tested, don't seem to care much about the 301 and keep
 using the old URL).*
 
 I have also done some small cleanup of the code, the commit range in the
-[repository](https://git.dujemihanovic.xyz/?p=dujemihanovic.xyz.git;a=shortlog)
+[repository](http://git.dujemihanovic.xyz/?p=dujemihanovic.xyz.git;a=shortlog)
 is `5a43568..47271c2` for those interested. I have also looked into adding an
 Atom feed at some point.
diff --git a/content/posts/site-is-now-on-gitea/index.md b/content/posts/site-is-now-on-gitea/index.md
index 1fac103..d7ea8b1 100644
--- a/content/posts/site-is-now-on-gitea/index.md
+++ b/content/posts/site-is-now-on-gitea/index.md
@@ -4,9 +4,9 @@ date: 2023-08-06T19:27:40+02:00
 ---
 Even though the site is still nothing special,
 I have published its source code on
-[my new gitweb instance](https://git.dujemihanovic.xyz/). To save you a click
+[my new gitweb instance](http://git.dujemihanovic.xyz/). To save you a click
 or two, the repository itself can be found
-[here](https://git.dujemihanovic.xyz/?p=dujemihanovic.xyz.git;a=summary).
+[here](http://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
 patches sent with `git send-email`, a great tutorial on how to use it can be
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 7d840db..c461663 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -18,7 +18,7 @@
 		</main>
 		<footer>
 			{{ with $index.OutputFormats.Get "RSS" }}
-			<p><a href="{{ .RelPermalink }}">RSS feed</a> | This site is <a href="https://git.dujemihanovic.xyz/?p=dujemihanovic.xyz.git;a=summary">free software</a></p>
+			<p><a href="{{ .RelPermalink }}">RSS feed</a> | This site is <a href="http://git.dujemihanovic.xyz/?p=dujemihanovic.xyz.git;a=summary">free software</a></p>
 			{{ end }}
 		</footer>
 	</body>
-- 
2.39.5