16 lines
No EOL
410 B
HTML
16 lines
No EOL
410 B
HTML
---
|
|
title: Success
|
|
layout: default
|
|
permalink: /contact/success.html
|
|
image: /assets/img/ogi/contact.jpg
|
|
---
|
|
|
|
<div class="text-center">
|
|
<h2>{{ title }}</h2>
|
|
<h3>I'll be in touch soon!</h3>
|
|
<a href="/" class="pill--button">
|
|
{% tablericon "home-2" "Home" %} Head home
|
|
</a>
|
|
</div>
|
|
<hr class="large__spacing" />
|
|
{% render "partials/popular-posts.liquid", posts: collections.posts, analytics: analytics %} |