last css bug? isso thread width
This commit is contained in:
parent
b9363048fd
commit
ca1719600d
6 changed files with 14 additions and 5 deletions
|
@ -603,7 +603,7 @@ p > code {
|
|||
}
|
||||
|
||||
body #isso-thread {
|
||||
margin-top: 4rem;
|
||||
margin: 4rem var(--inset) 0;
|
||||
}
|
||||
|
||||
body .isso-postbox {
|
||||
|
|
9
site/_includes/page.njk
Normal file
9
site/_includes/page.njk
Normal 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>
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Books
|
||||
layout: "post.njk"
|
||||
layout: "page.njk"
|
||||
omitTOC: true
|
||||
---
|
||||
These books had a big influence on my thinking and taste.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Now
|
||||
layout: "post.njk"
|
||||
layout: "page.njk"
|
||||
date: 2025-06-07
|
||||
omitTOC: true
|
||||
---
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Unoffice Hours
|
||||
layout: "post.njk"
|
||||
layout: "page.njk"
|
||||
omitDate: true
|
||||
omitTOS: true
|
||||
---
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: What I Use
|
||||
layout: "post.njk"
|
||||
layout: "page.njk"
|
||||
date: 2025-06-10
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue