all repos — site @ 5397eb93f671b778f3f10fa717c407e84ab007a1

source for my site, found at icyphox.sh

Fix avatar
Anirudh Oppiliappan x@icyphox.sh
Tue, 23 Mar 2021 22:41:20 -0700
commit

5397eb93f671b778f3f10fa717c407e84ab007a1

parent

bfc7dfd561491a246646b04b6b7ffd0cb245e189

3 files changed, 4 insertions(+), 4 deletions(-)

jump to
M config.yamlconfig.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.cssstatic/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.htmltemplates/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 }}