From fcada2bbf739c4ad5ec1ffdfb68fe06c6868b2e7 Mon Sep 17 00:00:00 2001 From: Yanir Seroussi Date: Tue, 16 Jan 2024 14:09:02 +1000 Subject: [PATCH] Add blurb to /posts/ page --- assets/css/extended/header.css | 4 ++++ content/posts/_index.md | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 content/posts/_index.md diff --git a/assets/css/extended/header.css b/assets/css/extended/header.css index 1d8080777..e6b56138d 100644 --- a/assets/css/extended/header.css +++ b/assets/css/extended/header.css @@ -23,3 +23,7 @@ header.header button#theme-toggle { font-size: 22px; margin: auto 12px; } + +header.page-header .post-description a { + text-decoration: underline; +} diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 000000000..adf5963e7 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,9 @@ +--- +title: Browse Posts +description: | + Browse my main posts in reverse chronological order below, or [by tag](/tags/). You may also want to check out my + shorter-form [TIL (today I learned) posts](/til/). + + [Subscribe to the mailing list at the bottom of any page](#mailing-list-email) to get new posts delivered to your + mailbox. +---