From f2b9d72bef2001025cab8afedfec6d4176d3ff7f Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 21 Aug 2020 13:30:42 -0600 Subject: structural tidying --- _layouts/default.html | 4 ++-- index.md | 2 +- site.css | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index b9ebf24..3bd4d2b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + @@ -28,7 +28,7 @@ {% endif %}
-

{{ page.title }}

+

{{ page.title }}{% if page.date %} ({{ page.date | date_to_string }}){% endif %}

{{ content }}
diff --git a/index.md b/index.md index e004e98..af101da 100644 --- a/index.md +++ b/index.md @@ -6,7 +6,7 @@ description: immortal programming goddess i am an immortal programming goddess and a trans ≈woman. i've been programming for over a decade, and in that time i've worked on [a wide variety of projects]({% link projects.md %}). -my pronouns, in descending order of preference, are [ze/hir, it/its, and she/her](https://pronoun.is/ze/hir?or=it&or=she), but in non-queer contexts i stick to she/her. +my pronouns, in descending order of preference, are [ze/hir, it/its, and she/her](https://pronoun.is/ze/hir?or=it&or=she). i exist in a lot of places: - see me retweet nonsense you don't care about on [twitter](https://twitter.com/boring_cactus) diff --git a/site.css b/site.css index b90fee3..bd6c563 100644 --- a/site.css +++ b/site.css @@ -22,6 +22,7 @@ div.highlighter-rouge { background: white; padding: 1rem; line-height: 1; + overflow-x: auto; } div.highlighter-rouge pre { padding: 0; -- cgit v1.2.3