From 01549d344f751a3f36cac5e78eeb242de4af9a16 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sun, 29 Jan 2023 11:24:50 +1100 Subject: [PATCH] Style changes --- app/content/pages/about.md | 7 ++++--- app/templates/layouts/app.html.slim | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/content/pages/about.md b/app/content/pages/about.md index cb71538..2efbff8 100644 --- a/app/content/pages/about.md +++ b/app/content/pages/about.md @@ -8,10 +8,11 @@ I currently live in Canberra with my partner and [our dogs](https://instagram.co In my spare time I like to tinker on various Ruby projects (including the software that powers this blog), make things with [Processing](https://processing.org), explore the various walking tracks around our house and potter around in the garden. -### Contact me +### Elsewhere - [Email](mailto:hello@dnitza.com) -- [Mastodon](https://social.dnitza.com/@daniel) - [Github](https://github.com/dnitza) - +- [last.fm](https://www.last.fm/user/dNitza) +- [Letterboxd](https://letterboxd.com/dnitza/) +- [Mastodon](https://social.dnitza.com/@daniel) diff --git a/app/templates/layouts/app.html.slim b/app/templates/layouts/app.html.slim index 92dfbbb..f702669 100644 --- a/app/templates/layouts/app.html.slim +++ b/app/templates/layouts/app.html.slim @@ -4,6 +4,8 @@ html meta name="viewport" content="width=device-width, initial-scale=1.0" + meta name="theme-color" content="rgb(37, 99, 235)" + title Daniel Nitsikopoulos link rel="authorization_endpoint" href=Hanami.app.settings.micropub_authorization_endpoint