diff options
Diffstat (limited to 'theme/templates/post.html')
| -rw-r--r-- | theme/templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html index 18b9abc..bc8afc2 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -9,7 +9,7 @@ {% endif %} {% endblock %} {% block main %} <article> <section> - <section class="sys-readout"> + <section> <b>Object</b> <span>{{ post.title }}</span> <b>Timestamp</b> <span><time datetime='{{ post.date|strftime("%Y-%m-%d") }}'>{{ post.date|strftime("%Y-%m-%d %H:%M:%S") }}</time></span> <b>Summary</b> <span>{{ post.description }}</span> |
