diff --git a/content/_index.md b/content/_index.md index b64a296ce..914451ae4 100644 --- a/content/_index.md +++ b/content/_index.md @@ -11,7 +11,8 @@ It’s our mission to realize this future. ## Blog -[[Honcho; User Context Management for LLM Apps|Honcho: User Context Management for LLM Apps]] +[[Extrusion 01.24]] +[[Honcho; User Context Management for LLM Apps|Honcho: User Context Management for LLM Apps]] [[blog/Theory-of-Mind Is All You Need]] [[blog/Open-Sourcing Tutor-GPT]] diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index c642fb892..983310eb0 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -20,3 +20,9 @@ img { display: flex; justify-content: center; } + +iframe { + display: block; + margin-left: auto; + margin-right: auto; +}