summaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorblendoit <blendoit@gmail.com>2020-02-01 11:07:09 -0800
committerblendoit <blendoit@gmail.com>2020-02-01 11:07:09 -0800
commitc828d39f0b47d18b9a9037168aafe5d12edf84fd (patch)
tree3bb1e94eb07f040ba0290e7450db51da792bcfe1 /app/templates
parentef58b6b525c8c3e0f8798342da1b2f731aac99b7 (diff)
Homepage feed becomes linear if viewport < 800px.
Ah, responsive layout for mobile users.
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/home.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/templates/home.html b/app/templates/home.html
index 28bde41..5598739 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -19,6 +19,9 @@
<h2>{{post.date}}</h2>
<p>{{post.content}}</p>
</div>
+ {% if post.type == message %}
+ <!-- implement a drop-down "drawer" quick reply feature -->
+ {% endif %}
</div>
{% endfor %}
Copyright 2019--2024 Marius PETER