aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/post.html')
-rw-r--r--theme/templates/post.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html
index a2c903e..66c335c 100644
--- a/theme/templates/post.html
+++ b/theme/templates/post.html
@@ -8,10 +8,10 @@
<meta property="og:description" content="{{ project_description }}" />
{% endif %} {% endblock %} {% block main %}
<article>
- <section class="context-box">
- <span class="context-label">Title:</span> <span>{{ post.title }}</span>
- <span class="context-label">Date:</span> <span><time datetime='{{ post.date|strftime("%Y-%m-%d") }}'>{{ post.date|strftime("%Y-%m-%d %H:%M:%S") }}</time></span>
- <span class="context-label">Description:</span> <span>{{ post.description }}</span>
+ <section>
+ <b>Title</b>: {{ post.title }}
+ <br><b>Date</b>: <time datetime='{{ post.date|strftime("%Y-%m-%d") }}'>{{ post.date|strftime("%Y-%m-%d %H:%M:%S") }}</time>
+ <br><b>Description</b>: {{ post.description }}
</section>
<section>{{ post.html | safe }}</section>
<div class="reply-link"><a href="mailto:[email protected]">Reply via email &rarr;</a></div>