From 2ab4179d0edcea239a829abceeac5622604a6813 Mon Sep 17 00:00:00 2001 From: John Xina <bingchilling@riseup.net> Date: Wed, 4 Oct 2023 10:47:13 +0800 Subject: [PATCH] fix hyperlinks --- templates/thread.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/thread.html b/templates/thread.html index 5de7bbb..0c2e0fa 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -94,7 +94,7 @@ <footer> <div><a href="/">RAT Ain't Tieba</a></div> - <div><a href="#">自豪地以 AGPLv3 释出</a></div> - <div><a href="#">源代码</a></div> + <div><a href="https://0xacab.org/johnxina/rat/-/blob/no-masters/LICENSE">自豪地以 AGPLv3 释出</a></div> + <div><a href="https://0xacab.org/johnxina/rat">源代码</a></div> </footer> </body> -- GitLab