Compare commits
No commits in common. "0cad2e175d5e0cbcff9d4b043fefa4c3a728d407" and "1e8c6648072ea2cd997a2decd1c4a1c902d620b7" have entirely different histories.
0cad2e175d
...
1e8c664807
|
@ -52,9 +52,6 @@ func HomeHandler(w http.ResponseWriter, r *http.Request) {
|
|||
t, err := render.GetTemplateFromCache(page)
|
||||
if err != nil {
|
||||
app.Logger.Error(fmt.Sprintf("couldn't get %s from cache", page), "err", err)
|
||||
d.StringMap = map[string]string{
|
||||
"GeneratedAt": time.Now().Format(time.UnixDate),
|
||||
}
|
||||
} else {
|
||||
d.StringMap = map[string]string{
|
||||
"GeneratedAt": t.GeneratedAt.Format(time.UnixDate),
|
||||
|
|
|
@ -38,12 +38,6 @@ a.back {
|
|||
margin: 55px 150px 25px 150px;
|
||||
}
|
||||
|
||||
#words,
|
||||
#bigwords {
|
||||
display: inline-block;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
#words {
|
||||
font-size: 1.0em;
|
||||
margin-top: -10px;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
StringMap:
|
||||
about: she/her; 1989; queer anarchist; lover of music, reading, free software, history, fog, mountains, and forests; self-taught, aspiring developer and sysadmin
|
||||
about: she/her, 1989, queer anarchist and self-taught, aspiring developer and sysadmin
|
||||
LinkMap:
|
||||
Personal:
|
||||
- href: https://matrix.to/#/@celediel:burning.moe
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
LinkMap:
|
||||
hosted apps:
|
||||
- href: https://git.burning.moe/
|
||||
text: gitea
|
||||
text: self-hosted git
|
||||
icon: mdi:git
|
||||
- href: https://bin.burning.moe/
|
||||
text: wastebin
|
||||
|
|
Loading…
Reference in a new issue