mirror of
https://github.com/ivabus/www
synced 2024-11-10 17:55:16 +03:00
Added email subscribe page
This commit is contained in:
parent
9b75c1e3e8
commit
8793f26168
5
src/content/email-subscribe.md
Normal file
5
src/content/email-subscribe.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Email Subscribe"
|
||||||
|
Description: "tea.email subscribe"
|
||||||
|
layout: "email-subscribe"
|
||||||
|
---
|
11
src/layouts/page/email-subscribe.html
Normal file
11
src/layouts/page/email-subscribe.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{{ define "main" }}
|
||||||
|
|
||||||
|
<div class="container" style="height:100vh;">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col">
|
||||||
|
{{- partial "klaviyo-form.html" . -}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{ end }}
|
Loading…
Reference in a new issue