Skip to content

Commit f50b2e2

Browse files
committed
fix: show custom author link on author page
1 parent 8922269 commit f50b2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/authors/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<%= react_component("AuthorShow", props: {
22
posts: @posts.as_json(
3-
only: [:id, :title, :unlisted, :page, :created_at, :word_count],
3+
only: [:id, :title, :unlisted, :page, :created_at, :word_count, :author_name, :author_link],
44
methods: [:author_relative_url, :preview_text, :rendered_text]
55
),
66
olderThan: @older_than,

0 commit comments

Comments
 (0)