diff --git a/templates/post_detail.html b/templates/post_detail.html index 6b87b12..3e0ee44 100644 --- a/templates/post_detail.html +++ b/templates/post_detail.html @@ -3,67 +3,27 @@ {% block title %}{{ post.title }} - {{ APP_NAME }}{% endblock %} {% block content %} - - +{% include '_nav.html' %}
- + ← Back to Feed
+ {% if post.url and not post.url.startswith('/') %} + + {{ post.platform.title()[:1] }} + + {% else %}
{{ post.platform.title()[:1] }}
+ {% endif %}