fix: class grouping tidy-up
This commit is contained in:
parent
4333a7bde9
commit
9ef9fd3b85
5 changed files with 15 additions and 14 deletions
|
@ -23,7 +23,7 @@
|
|||
</head>
|
||||
<body>
|
||||
{% include "partials/header.html" %}
|
||||
<main id="main" class="wrapper flow">
|
||||
<main id="main" class="[ flow wrapper ]">
|
||||
{{ content | safe }}
|
||||
</main>
|
||||
{% include "partials/footer.html" %}
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
layout: base
|
||||
---
|
||||
|
||||
<article class="flow">
|
||||
<header class="flow" style="--flow-space: 1rem">
|
||||
<time class="date" datetime="{{ date }}">{{ date | formatDate("MMMM D, YYYY") }}</time>
|
||||
<article class="[ flow ]">
|
||||
<header class="[ flow ]" style="--flow-space: 1rem">
|
||||
<time class="[ date ]" datetime="{{ date }}">{{ date | formatDate("MMMM D, YYYY") }}</time>
|
||||
<h1>{{ title }}</h1>
|
||||
<ul class="categories">
|
||||
<ul class="[ categories ]">
|
||||
{% for category in categories %}<li>{{ category }}</li>{% endfor %}
|
||||
</ul>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue