💾 Archived View for lists.flounder.online › patches › threads › 20210318221336.7101-4-johann@qwertqw… captured on 2022-07-16 at 16:25:20. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

[PATCH mygit 4/4] make homepage link absolute

[PATCH mygit 4/4] make homepage link absolute

From: johann@qwertqwefsday.eu

Date: Thu, 18 Mar 2021 23:13:36 +0100

Message-Id: 20210318221336.7101-4-johann@qwertqwefsday.eu

To: <~aw/patches@lists.sr.ht>

In-Reply-To: 20210318221336.7101-1-johann@qwertqwefsday.eu

Cc: "Johann150" <johann@qwertqwefsday.eu>

Reply

Export

--------------------------------------

From: Johann150 <johann@qwertqwefsday.eu>

---

templates/base.html | 2 +-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/base.html b/templates/base.html

index 1141225..151515e 100644

--- a/templates/base.html

+++ b/templates/base.html

@@ -15,7 +15,7 @@

</div>

<hr class="thin">

<div class="footer">

- Server running <a href="git.alexwennerberg.com/mygit">mygit</a>

+ Server running <a href="https://git.alexwennerberg.com/mygit">mygit</a>

</div>

</body>

</html>

--

2.20.1

Re: [PATCH mygit 4/4] make homepage link absolute

From: alex@alexwennerberg.com

Date: Thu, 18 Mar 2021 20:13:42 -0700

Message-Id: CA100EX2WV26.30KBJDK5CHEB@debian-alex

To: "Johann Galle" <johann@qwertqwefsday.eu>, <~aw/patches@lists.sr.ht>

In-Reply-To: 20210318221336.7101-4-johann@qwertqwefsday.eu

Reply

Export

--------------------------------------

Thank you!

On Thu Mar 18, 2021 at 3:13 PM PDT, Johann Galle wrote:

From: Johann150 <johann@qwertqwefsday.eu>
---
templates/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/base.html b/templates/base.html
index 1141225..151515e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -15,7 +15,7 @@
</div>
<hr class="thin">
<div class="footer">
- Server running <a href="git.alexwennerberg.com/mygit">mygit</a>
+ Server running <a
href="https://git.alexwennerberg.com/mygit">mygit</a>
</div>
</body>
</html>
--
2.20.1