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)
|
t, err := render.GetTemplateFromCache(page)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
app.Logger.Error(fmt.Sprintf("couldn't get %s from cache", page), "err", err)
|
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 {
|
} else {
|
||||||
d.StringMap = map[string]string{
|
d.StringMap = map[string]string{
|
||||||
"GeneratedAt": t.GeneratedAt.Format(time.UnixDate),
|
"GeneratedAt": t.GeneratedAt.Format(time.UnixDate),
|
||||||
|
|
|
@ -38,6 +38,12 @@ a.back {
|
||||||
margin: 55px 150px 25px 150px;
|
margin: 55px 150px 25px 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#words,
|
||||||
|
#bigwords {
|
||||||
|
display: inline-block;
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
#words {
|
#words {
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
StringMap:
|
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:
|
LinkMap:
|
||||||
Personal:
|
Personal:
|
||||||
- href: https://matrix.to/#/@celediel:burning.moe
|
- href: https://matrix.to/#/@celediel:burning.moe
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
LinkMap:
|
LinkMap:
|
||||||
hosted apps:
|
hosted apps:
|
||||||
- href: https://git.burning.moe/
|
- href: https://git.burning.moe/
|
||||||
text: self-hosted git
|
text: gitea
|
||||||
icon: mdi:git
|
icon: mdi:git
|
||||||
- href: https://bin.burning.moe/
|
- href: https://bin.burning.moe/
|
||||||
text: wastebin
|
text: wastebin
|
||||||
|
|
Loading…
Reference in a new issue