diff options
| author | Christian Cleberg <[email protected]> | 2025-03-24 16:24:37 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-03-24 16:24:37 -0500 |
| commit | d994fe99c33201e4bae25a25dc94d2aab3e264e6 (patch) | |
| tree | f22f3510a6b7b0cd8f804793bcce2b09f87faac2 /theme | |
| parent | c5d4f6dee37086dc90cf3e6c11ed713d80a2eb03 (diff) | |
| download | cleberg.net-d994fe99c33201e4bae25a25dc94d2aab3e264e6.tar.gz cleberg.net-d994fe99c33201e4bae25a25dc94d2aab3e264e6.tar.bz2 cleberg.net-d994fe99c33201e4bae25a25dc94d2aab3e264e6.zip | |
remove unnecessary class
Diffstat (limited to 'theme')
| -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 a3c15a5..5ad5d04 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -9,7 +9,7 @@ {% endif %} {% endblock %} {% block main %} <article role="article"> <section class="post-metadata"> - <h1 class="post__title">{{ post.title }}</h1> + <h1>{{ post.title }}</h1> {% if post.date is defined %} <time datetime='{{ post.date|strftime("%Y-%m-%d") }}' ><{{ post.date|strftime("%Y-%m-%d %a %H:%M:%S") }}></time |
