diff options
Diffstat (limited to 'theme/templates')
| -rw-r--r-- | theme/templates/post.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html index bc8afc2..0dc35e7 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -8,8 +8,7 @@ <meta property="og:description" content="{{ project_description }}" /> {% endif %} {% endblock %} {% block main %} <article> - <section> - <section> + <section class="post-metadata"> <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> |
