relocation to codeberg's repo

This commit is contained in:
Huang,Yonggang 2024-04-15 15:02:21 +08:00
parent d63f15e78a
commit 528095c626
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>entry page</title> <title>entry page</title>
<script> <script>
location.href = "time/d."+datestr()+".md"; location.href = "https://codeberg.org/hyg/blog/src/branch/master/release/time/d."+datestr()+".md";
function datestr(diff = 0) { function datestr(diff = 0) {
var theDate = new Date(); var theDate = new Date();
//theDate.setDate(theDate.getDate() - 1); //theDate.setDate(theDate.getDate() - 1);