mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
fix URL errors (#620)
This commit is contained in:
@@ -47,7 +47,7 @@ export const BlogHeader = ({ post, imageAsCover }: BlogHeaderProps) => {
|
||||
})}
|
||||
</div>
|
||||
)}
|
||||
{post?.canonical && (
|
||||
{post?.canonical && post.canonical.trim() && (
|
||||
<div
|
||||
className={cn(
|
||||
"text-sm italic mt-1",
|
||||
|
||||
@@ -4,7 +4,7 @@ title: "do not pass \"Go\""
|
||||
image: "/articles/tlsnotary-do-not-pass-go/institutions.webp"
|
||||
tldr: "To solve problems at scale, humans design systems which both encapsulate complexity and leverage specialization to achieve efficiency and predictability. This reduces the need for interpersonal trust by replacing it with systemic trust — that is, trusting the behavior of a system and not an individual. Much of societal progress can be attributed to this process of systematization, but much can also be said about the damage that is caused when the goals of these systems become misaligned, or simply when they fail to adapt to new circumstances. The modern world is increasingly characterized by both failure modes."
|
||||
date: "2026-01-01"
|
||||
canonical: "tlsnotary.org/blog/2026/01/01/do-not-pass-go" # (Optional) The original source URL, this tells search engines the primary version of the content
|
||||
canonical: "https://tlsnotary.org/blog/2026/01/01/do-not-pass-go" # (Optional) The original source URL, this tells search engines the primary version of the content
|
||||
tags: []
|
||||
projects: ["tlsnotary"]
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user