add comments

This commit is contained in:
2024-09-26 03:01:09 +02:00
parent 2263a61f00
commit 8b375b32fd
4 changed files with 63 additions and 2 deletions

View File

@@ -8,5 +8,18 @@ weight: 2
template: "layouts/contact.html"
---
<!-- see partials/contact.html -->
<!--
This page is designed by combining specific 'block' (partial html pages) together.
To edit the page content, please go to the partial html files listed below.
CONTACT PAGE (layouts/contact.html) contains:
1. Contact Section: "partials/contact.html"
2. Quote Section: "partials/quote.html"
---
Extras:
1. header: "partials/header_custom.html"
2. footer: "partials/footer.html"
-->