adding new services page
This commit is contained in:
9
content/services/_index.md
Normal file
9
content/services/_index.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: "Services"
|
||||||
|
date: 2025-09-15T10:00:00Z
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
## What kind of services do you offer?
|
||||||
|
|
||||||
|
Lots of them actually
|
||||||
@@ -56,6 +56,10 @@ identifier = "about"
|
|||||||
name = "About"
|
name = "About"
|
||||||
url = "/about"
|
url = "/about"
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "services"
|
||||||
|
name = "Services"
|
||||||
|
url = "/services"
|
||||||
|
[[languages.en.menu.main]]
|
||||||
identifier = "schedule"
|
identifier = "schedule"
|
||||||
name = "Schedule"
|
name = "Schedule"
|
||||||
url = "https://schedule.excipio.tech/"
|
url = "https://schedule.excipio.tech/"
|
||||||
|
|||||||
@@ -4,6 +4,11 @@
|
|||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ if eq .Section "services" }}
|
||||||
|
<div class="index-content">
|
||||||
|
{{ .Content }}
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
<div class="posts">
|
<div class="posts">
|
||||||
{{ range .Paginator.Pages }}
|
{{ range .Paginator.Pages }}
|
||||||
<article class="post on-list">
|
<article class="post on-list">
|
||||||
|
|||||||
Reference in New Issue
Block a user