From 6e1f614f0cf67d997c0a1b7e4e3866294c05f1e0 Mon Sep 17 00:00:00 2001 From: Matt Arnold Date: Tue, 15 Apr 2025 22:38:45 -0400 Subject: We're at Minimum viable product now --- templates/index.html | 15 ++++++++------- templates/post.html | 8 ++------ templates/view_thread.html | 4 +++- 3 files changed, 13 insertions(+), 14 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 9a05e7a..b18ca34 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,11 +1,12 @@ {% extends 'base.html' %} {% block content %} -

Posts

- - Create a new post +

Posts

+ +Create a new post {% endblock %} \ No newline at end of file diff --git a/templates/post.html b/templates/post.html index 4d37ed9..5e14c52 100644 --- a/templates/post.html +++ b/templates/post.html @@ -26,13 +26,9 @@ {% endif %}

{{ post.title }}

{{ post.created_at.strftime('%Y-%m-%d %H:%M') }}

+

Authour: {{post.authour.name}}

+
{{ post.content|markdown|safe }}
-
-
-

Authour: {{post.authour.name}}

-
-
{{ post.content|markdown|safe }}
-
Reply ~ Back to posts diff --git a/templates/view_thread.html b/templates/view_thread.html index 877feb8..6696462 100644 --- a/templates/view_thread.html +++ b/templates/view_thread.html @@ -13,7 +13,9 @@

-

{{post.title}}

+ +

{{post.title}}

+

{{ post.content|markdown|safe }}
-- cgit 1.4.1-2-gfad0