A meaningless change to trigger the webhook

This commit is contained in:
Lewis Dale 2023-03-12 00:07:31 +00:00
parent 0e58ea38ca
commit 2a4c3bc71f

View File

@ -10,7 +10,6 @@ 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>