From 67309af741fb38d3a0f7f30b2cefc16da47919ca Mon Sep 17 00:00:00 2001 From: m Date: Sun, 15 Mar 2026 03:39:17 +0100 Subject: [PATCH] post title --- templates/leave_comment.html | 17 +---------------- templates/post_detail.html | 2 +- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/templates/leave_comment.html b/templates/leave_comment.html index 298dacc..920878c 100644 --- a/templates/leave_comment.html +++ b/templates/leave_comment.html @@ -32,21 +32,6 @@ box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1); outline: none; } - - /* Making the button pop */ - .comment-card .btn-primary { - background-color: #d1d5da; - border: none; - padding: 8px 20px; - font-weight: 500; - border-radius: 6px; - margin-top: 15px; - transition: background 0.2s; - } - - .comment-card .btn-primary:hover { - background-color: #e1e4e8; - }
@@ -83,6 +68,6 @@ >
- + diff --git a/templates/post_detail.html b/templates/post_detail.html index 9ca78aa..6179828 100644 --- a/templates/post_detail.html +++ b/templates/post_detail.html @@ -4,7 +4,7 @@ Template{% endblock %} {% block content %} {% from "components/comment_renderer.html" import render_comment %}
-

{{ post.title }}

+

{{ post.title }}

{{ post.subtitle }}

Posted on {{ post.date }}