From e129ea922e6cbe8966f9a9f0b1c6c94401516c61 Mon Sep 17 00:00:00 2001 From: r Date: Sat, 14 Dec 2019 20:19:02 +0000 Subject: Add attachments support --- templates/thread.tmpl | 4 +++- templates/timeline.tmpl | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/thread.tmpl b/templates/thread.tmpl index 4bdc2f0..a3f7916 100644 --- a/templates/thread.tmpl +++ b/templates/thread.tmpl @@ -8,12 +8,14 @@ {{template "status.tmpl" .Status}} {{if .PostReply}} -
+

+ Attachments +
{{end}} diff --git a/templates/timeline.tmpl b/templates/timeline.tmpl index 7f3234c..51bf12e 100644 --- a/templates/timeline.tmpl +++ b/templates/timeline.tmpl @@ -2,11 +2,13 @@
Timeline
{{template "navigation.tmpl"}} -
+

+ Attachments +
-- cgit v1.2.3