Refactor and cleanup CSS classes

This commit is contained in:
jultty 2026-05-04 09:25:56 -03:00
commit 1f718887ca
9 changed files with 129 additions and 46 deletions

View file

@ -4,11 +4,11 @@
{%- endblock -%}
{% block content %}
<article class="blog-post">
<h1 id="post-title">{{ page.title }}</h1>
<article>
<h1>{{ page.title }}</h1>
<div class="content-metadata">
<div class="content-date">
<time class="post-date">
<time class="content-date">
{{- page.date | date(format="%Y-%m-%d %H:%M:%S") -}}
</time>
</div>