diff --git a/test/site/content-org/all-posts.org b/test/site/content-org/all-posts.org
index e4aeb448..7f2f0aa6 100644
--- a/test/site/content-org/all-posts.org
+++ b/test/site/content-org/all-posts.org
@@ -262,10 +262,8 @@ Below, the same caption is set using the =#+attr_html= method instead:
Some text before image.
-# #+attr_html: :caption A unicorn!
-# [[/images/org-mode-unicorn-logo.png]]
-
-<2025-02-11 Tue> Fix export of standalone images.
+#+attr_html: :caption A unicorn!
+[[/images/org-mode-unicorn-logo.png]]
/Enter a new line after the image link so that it's in an "Org
paragraph" that contains just that image. That tells Org that that
diff --git a/test/site/content/posts/figure-shortcode-and-attr-html.md b/test/site/content/posts/figure-shortcode-and-attr-html.md
index f013b541..95510221 100644
--- a/test/site/content/posts/figure-shortcode-and-attr-html.md
+++ b/test/site/content/posts/figure-shortcode-and-attr-html.md
@@ -49,7 +49,7 @@ Below, the same caption is set using the `#+attr_html` method instead:
Some text before image.
-<2025-02-11 Tue> Fix export of standalone images.
+{{< figure src="/images/org-mode-unicorn-logo.png" caption="Figure 3: A unicorn!" >}}
_Enter a new line after the image link so that it's in an "Org
paragraph" that contains just that image. That tells Org that that