A meaningless change to trigger the webhook

This commit is contained in:
Lewis Dale 2023-03-12 00:04:01 +00:00
parent 801bf945de
commit 0e58ea38ca

View File

@ -10,6 +10,7 @@ eleventyComputed:
<h1 class="p-name"><a href="{{ post.url }}">{{ title | safe }}</a></h1> <h1 class="p-name"><a href="{{ post.url }}">{{ title | safe }}</a></h1>
{{ post.excerpt.rendered | safe }} {{ post.excerpt.rendered | safe }}
<div class="e-content stack-md"> <div class="e-content stack-md">
{{ content | safe }} {{ content | safe }}
</div> </div>
</article> </article>