Skip to content

Commit 6d1575d

Browse files
committed
chore: update from obsidian
1 parent a988c9b commit 6d1575d

5 files changed

Lines changed: 5 additions & 32 deletions

File tree

content/public/content/annotations/a-pattern-language/01-independent-regions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date: 2026-02-07
44
tags:
55
- writing/annotations/a-pattern-language
66
- projects/games/the-neighborhood
7+
- economics/policy
78
description: Home isn't where the heart is — it's a single node on a very, very large graph. Annotations for the "Independent Regions" pattern of *A Pattern Language*.
89
---
910
[[00-introduction|Introduction]] | [[02-the-distribution-of-towns|The Distribution of Towns]]

quartz/layouts/404.layout.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,7 @@ export const notFoundLayout: PageLayout = {
2727
],
2828
left: [
2929
Component.PageTitle(),
30-
Component.Flex({
31-
components: [
32-
{
33-
Component: Component.Search(),
34-
grow: true,
35-
},
36-
],
37-
}),
30+
Component.Search(),
3831
Component.TagExplorer({
3932
tagNodeSort: "count-desc",
4033
fileNodeSort: "date-desc",

quartz/layouts/index.layout.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,7 @@ export const indexLayout: PageLayout = {
2222
],
2323
left: [
2424
Component.PageTitle(),
25-
Component.Flex({
26-
components: [
27-
{
28-
Component: Component.Search(),
29-
grow: true,
30-
},
31-
],
32-
}),
25+
Component.Search(),
3326
Component.TagExplorer({
3427
tagNodeSort: "count-desc",
3528
fileNodeSort: "date-desc",

quartz/layouts/notes.layout.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,7 @@ export const notesLayout: PageLayout = {
2525
],
2626
left: [
2727
Component.PageTitle(),
28-
Component.Flex({
29-
components: [
30-
{
31-
Component: Component.Search(),
32-
grow: true,
33-
},
34-
],
35-
}),
28+
Component.Search(),
3629
Component.TagExplorer({
3730
tagNodeSort: "count-desc",
3831
fileNodeSort: "date-desc",

quartz/layouts/tags.layout.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,7 @@ export const tagsLayout: PageLayout = {
1717
],
1818
left: [
1919
Component.PageTitle(),
20-
Component.Flex({
21-
components: [
22-
{
23-
Component: Component.Search(),
24-
grow: true,
25-
},
26-
],
27-
}),
20+
Component.Search(),
2821
Component.TagExplorer({
2922
tagNodeSort: "count-desc",
3023
fileNodeSort: "date-desc",

0 commit comments

Comments
 (0)