First officialish post (needs modification!)

This commit is contained in:
2025-01-12 21:09:53 +01:00
parent f417330b08
commit e2d141eb09
8 changed files with 267 additions and 5 deletions

View File

@ -31,7 +31,7 @@
<img src="{{ url_for('static', filename=post['image_location']) }}" alt="Post Image">
<h3>{{ post['title'] }}</h3>
<div class="date">{{ post['date'] }}</div>
<p>{{ post['description'] }}</p>
<p>{{ post['content'] }}</p>
<p class="topics">
{% for topic in post['topics'] %}
<span class="topic">{{ topic }}</span>