Update to Eleventy v3 #11
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ layout: "layouts/base"
|
|||
<header class="[ flow flow-space-1 mb-2 ]">
|
||||
{{ format(page.date) }}
|
||||
<h1>{{ title }}</h1>
|
||||
<p class="[ text-skew text-fadeText flow-space-0.25 ]">{{ excerpt }}</p>
|
||||
<p class="[ text-fadeText flow-space-0.25 ]">{{ excerpt }}</p>
|
||||
<ul class="[ categories ] [ cluster list-none p-0 flow-space-2 line-height-m ]">
|
||||
{% for tag in tags | filter(["post"]) %}
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue