Compare commits
3 commits
1e8c664807
...
0cad2e175d
Author | SHA1 | Date | |
---|---|---|---|
Lilian Jónsdóttir | 0cad2e175d | ||
Lilian Jónsdóttir | 4363169462 | ||
Lilian Jónsdóttir | b3ceba5ca6 |
|
@ -52,6 +52,9 @@ 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,6 +38,12 @@ 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 and self-taught, aspiring developer and sysadmin
|
||||
about: she/her; 1989; queer anarchist; lover of music, reading, free software, history, fog, mountains, and forests; 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: self-hosted git
|
||||
text: gitea
|
||||
icon: mdi:git
|
||||
- href: https://bin.burning.moe/
|
||||
text: wastebin
|
||||
|
|
Loading…
Reference in a new issue