mirror of
https://gitlab.com/OpenAlt/OpenAltRO/openalt_ro.git
synced 2026-09-24 14:26:49 +00:00
Visual updates for URLs of Pages
This commit is contained in:
parent
43a187da12
commit
67133a7cc0
7 changed files with 45 additions and 6 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
<% }%>
|
||||
Loading…
Add table
Add a link
Reference in a new issue