First officialish post (needs modification!)
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user