about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bskyweb/templates/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bskyweb/templates/post.html b/bskyweb/templates/post.html
index 05d62a1c8..25a68c971 100644
--- a/bskyweb/templates/post.html
+++ b/bskyweb/templates/post.html
@@ -43,6 +43,6 @@
   <p id="bsky_display_name">{{ postView.Author.DisplayName }}</p>
   <p id="bsky_handle">{{ postView.Author.Handle }}</p>
   <p id="bsky_did">{{ postView.Author.Did }}</p>
-  <p id="bsky_post_text">{{ postView.Record.Text }}</p>
+  <p id="bsky_post_text">{{ postView.Record.Val.Text }}</p>
 </div>
 {%- endblock %}