diff options
-rw-r--r-- | _layouts/default.html | 4 | ||||
-rw-r--r-- | index.md | 2 | ||||
-rw-r--r-- | 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 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1" /> @@ -28,7 +28,7 @@ {% endif %} </header> <main> - <h1>{{ page.title }}</h1> + <h1>{{ page.title }}{% if page.date %} <small>({{ page.date | date_to_string }})</small>{% endif %}</h1> {{ content }} </main> </body> @@ -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) @@ -22,6 +22,7 @@ div.highlighter-rouge { background: white; padding: 1rem; line-height: 1; + overflow-x: auto; } div.highlighter-rouge pre { padding: 0; |