aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-08-21 13:30:42 -0600
committerMelody Horn <melody@boringcactus.com>2020-08-21 13:30:42 -0600
commitf2b9d72bef2001025cab8afedfec6d4176d3ff7f (patch)
tree511901bbeb1c7c4fceb9d5df97c7d87031bfe2fb
parentfafa4140e35d53acc1f72e0c472c47af861ad98f (diff)
downloadboringcactus.com-f2b9d72bef2001025cab8afedfec6d4176d3ff7f.tar.gz
boringcactus.com-f2b9d72bef2001025cab8afedfec6d4176d3ff7f.zip
structural tidying
-rw-r--r--_layouts/default.html4
-rw-r--r--index.md2
-rw-r--r--site.css1
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>
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;