Initial commit: Fat Kiss site — Hugo + Decap CMS

This commit is contained in:
2026-05-11 08:19:27 -10:00
commit aa0287eeaa
58 changed files with 3774 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
<footer class="site-footer">
<div class="container">
<div class="site-footer__grid">
<div>
<div class="site-footer__brand">Fat Kiss</div>
<p class="site-footer__slogan">Everybody Wants One.</p>
<p class="site-footer__copy">Natural ritual skincare. Handcrafted with care.</p>
</div>
<div>
<h4>Shop</h4>
<a href="/products/">All Products</a>
<a href="/products/face-balm/">Face Balm</a>
<a href="/products/body-balm/">Body Balm</a>
<a href="/products/lip-balm/">Lip Balm</a>
</div>
<div>
<h4>Connect</h4>
<a href="/about/">About</a>
<a href="/journal/">Journal</a>
<a href="/contact/">Contact</a>
</div>
</div>
<div class="site-footer__bottom">
<span>&copy; {{ now.Format "2006" }} Fat Kiss. All rights reserved.</span>
<span>Made with care on Kauaʻi</span>
</div>
</div>
</footer>