last css bug? isso thread width

This commit is contained in:
Joshua Seigler 2025-06-19 17:33:36 -04:00
parent b9363048fd
commit ca1719600d
6 changed files with 14 additions and 5 deletions

View file

@ -603,7 +603,7 @@ p > code {
} }
body #isso-thread { body #isso-thread {
margin-top: 4rem; margin: 4rem var(--inset) 0;
} }
body .isso-postbox { body .isso-postbox {

9
site/_includes/page.njk Normal file
View file

@ -0,0 +1,9 @@
---
layout: base.njk
---
{% if not omitTOC %}
<header class="toc">{{ content | toc('{"tags":["h2", "h3"],"wrapper":"span"}') | safe }}</header>
{% endif %}
<main data-pagefind-body="data-pagefind-body">
{{ content | safe }}
</main>

View file

@ -1,6 +1,6 @@
--- ---
title: Books title: Books
layout: "post.njk" layout: "page.njk"
omitTOC: true omitTOC: true
--- ---
These books had a big influence on my thinking and taste. These books had a big influence on my thinking and taste.

View file

@ -1,6 +1,6 @@
--- ---
title: Now title: Now
layout: "post.njk" layout: "page.njk"
date: 2025-06-07 date: 2025-06-07
omitTOC: true omitTOC: true
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Unoffice Hours title: Unoffice Hours
layout: "post.njk" layout: "page.njk"
omitDate: true omitDate: true
omitTOS: true omitTOS: true
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: What I Use title: What I Use
layout: "post.njk" layout: "page.njk"
date: 2025-06-10 date: 2025-06-10
--- ---