Visual updates for URLs of Pages

This commit is contained in:
Bashy 2025-11-26 15:45:58 +01:00
parent 43a187da12
commit 67133a7cc0
7 changed files with 45 additions and 6 deletions

View file

@ -34,14 +34,14 @@ social:
topbar_menu:
- enable: true
name: Blog
url: /archives/index.html
url: /archives/
- enable: true
name: About Us
url: /p/AboutUs/AboutUs.html
url: /p/AboutUs/
- enable: true
name: Contact
url: /p/Contact/Contact.html
url: /p/Contact/
- enable: true
name: Partners
url: /p/Partners/Partners.html
url: /p/Partners/

View file

@ -23,4 +23,8 @@
<% if (page.type === "Partners") {%>
<%- include("_partial/partners", { page: page })%>
<% }%>
<% if (page.type === "form") {%>
<iframe src="https://files.openalt.org/apps/forms/embed/sB49x3tBGkweEmFWQzi9mG8N" width="75%" height="100%" style="border: none"></iframe>
<% }%>