2023-09-13 13:35:23

This commit is contained in:
Steph Ango
2023-09-13 13:35:23 -07:00
parent f64ddf4d2c
commit e9db93f3f9
3 changed files with 3 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ created: 2023-09-12
published: 2020-04-28
topics: []
---
Its my birthday. Im 68. I feel like pulling up a rocking chair and dispensing advice to the young uns. Here are 68 pithy bits of unsolicited advice which I offer as my birthday present to all of you.
- Learn how to learn from those you disagree with, or even offend you. See if you can find the truth in what they believe.

View File

@@ -9,7 +9,7 @@ list
where
!contains(file.tags, "daily") and
contains(file.outlinks, this.file.link) or
contains(string(file.frontmatter), string(this.file.day))
contains(string(file.frontmatter), string(dateformat(this.file.day,"yyyy-MM-dd")))
sort file.ctime asc
limit 50
```

View File

@@ -9,7 +9,7 @@ list
where
!contains(file.tags, "daily") and
contains(file.outlinks, this.file.link) or
contains(string(file.frontmatter), string(this.file.day))
contains(string(file.frontmatter), string(dateformat(this.file.day,"yyyy-MM-dd")))
sort file.ctime asc
limit 50
```