Fix avatar
Anirudh Oppiliappan x@icyphox.sh
Tue, 23 Mar 2021 22:41:20 -0700
3 files changed,
4 insertions(+),
4 deletions(-)
M
config.yaml
→
config.yaml
@@ -1,7 +1,7 @@
title: icyphox's blog header: | <a href=/> - <img src="/static/white.svg" alt="icyphox's avatar" height="50"/> + <img src="/static/white.svg" alt="icyphox's avatar" height="40"/> </a> <nav> <a href="/">blog</a>
M
static/style.css
→
static/style.css
@@ -71,7 +71,7 @@ }
body { max-width: 640px; - padding: 30px; + padding: 20px; margin: 0; }@@ -152,7 +152,7 @@ margin: 20px 0 40px 10px;
} header img { - transform: translateY(-30%); + transform: translateY(-10%); } .post-date {
M
templates/text.html
→
templates/text.html
@@ -30,7 +30,7 @@ {{ .Fm.Body }}
</article> <p class="muted">Questions or comments? Send an email to - <a href="mailto:~icyphox/x@lists.sr.ht?Subject=Re: {{ .Fm.Title }}">~icyphox/x@lists.sr.ht</a> — my <a href="https://lists.sr.ht/~icyphox/x">public inbox</a>.</p> + <a href="mailto:x@icyphox.sh?Subject=Re: {{ .Fm.Title }}">x@icyphox.sh</a>. </main> <footer> {{ .Cfg.Footer }}