From 113858c9e4c0c22a12fa5b812db093cd25e588ff Mon Sep 17 00:00:00 2001 From: Alessio Date: Sat, 2 Mar 2024 15:43:58 -0800 Subject: [PATCH] Add template file for second-previous commit --- .../tpl/tweet_page_includes/timeline_bottom.tpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 internal/webserver/tpl/tweet_page_includes/timeline_bottom.tpl diff --git a/internal/webserver/tpl/tweet_page_includes/timeline_bottom.tpl b/internal/webserver/tpl/tweet_page_includes/timeline_bottom.tpl new file mode 100644 index 0000000..37cc6e0 --- /dev/null +++ b/internal/webserver/tpl/tweet_page_includes/timeline_bottom.tpl @@ -0,0 +1,13 @@ +{{define "timeline-bottom"}} +
+ {{if .CursorPosition.IsEnd}} +
End of feed
+ {{else}} + Show more + {{end}} +
+{{end}}