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}}