chore: widgets

This commit is contained in:
Cory Dransfeldt 2024-03-02 11:36:22 -08:00
parent 8e4f69a93e
commit 21cc117690
No known key found for this signature in database

View file

@ -4,8 +4,10 @@ layout: default
permalink: /contact/success.html permalink: /contact/success.html
image: /assets/img/ogi/contact.jpg image: /assets/img/ogi/contact.jpg
--- ---
<div class="text--centered"> <div class="text--centered">
<h2>{{ title }}</h2> <h2>{{ title }}</h2>
I'll be in touch soon! <a href="/">Head home</a> I'll be in touch soon! <a href="/">Head home</a>
</div> </div>
<hr class="large__spacing" />
{% render "partials/tags.liquid", tags:collections.tagsSortedByCount %}
{% render "partials/popular-posts.liquid", posts:collections.posts, analytics:analytics %}