This commit is contained in:
vilmibm 2021-08-06 18:27:34 +00:00
父節點 d2432c0d04
當前提交 ea61f0d54d
共有 4 個檔案被更改,包括 12 行新增7 行删除

查看文件

@ -9,9 +9,9 @@ import (
"text/template"
)
const statsPath = "/home/vilmibm/bin/townstats"
//const statsPath = "/home/vilmibm/bin/townstats"
// TODO const statsPath = "/town/bin/stats"
const statsPath = "/town/bin/stats"
type newsEntry struct {
Title string `json:"title"` // Title of entry

查看文件

@ -11,9 +11,9 @@ import (
"time"
)
const statsPath = "/home/vilmibm/bin/townstats"
//const statsPath = "/home/vilmibm/bin/townstats"
// TODO const statsPath = "/town/bin/stats"
const statsPath = "/town/bin/stats"
type user struct {
Username string `json:"username"` // Username of user

檔案差異因為一行或多行太長而無法顯示

查看文件

@ -1,5 +1,10 @@
body {
background-color: #E0B0FF;
overflow-x: hidden;
}
html {
overflow-x: hidden;
}
div#tildes {
@ -95,4 +100,4 @@ a:hover {
60%{color: yellow;}
80%{color: green;}
100%{color: blue;}
}
}