From d1af4fe5758f95152a725fdc6c08adf6b430375f Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 5 Jul 2025 17:04:43 +0200 Subject: Bookmark: Display 'via' link. Change-Id: I71f72c0034319618493137672bf8bf4c46838e09 --- src/main/resources/templates/PostResource/postList.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/PostResource/postList.html b/src/main/resources/templates/PostResource/postList.html index 935b813..296b93d 100644 --- a/src/main/resources/templates/PostResource/postList.html +++ b/src/main/resources/templates/PostResource/postList.html @@ -84,7 +84,11 @@ ({post.comments.size()}) {/if} - + {#if post.via} + + (via) + + {/if}

🔖 {post.titleWithSentenceEnder}

-- cgit v1.2.3