Compare commits

...

3 commits

4 changed files with 11 additions and 2 deletions

View file

@ -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),

View file

@ -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;

View file

@ -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

View file

@ -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