fix URL errors (#620)

This commit is contained in:
Andy
2026-01-24 23:02:39 -06:00
committed by GitHub
parent 3edad67c6f
commit 96b60733bd
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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"]
---