adding new services page

This commit is contained in:
lourenco
2025-09-15 14:17:53 +02:00
parent e03fc9dc59
commit 957c6a2ddb
3 changed files with 18 additions and 0 deletions

View 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

View File

@@ -56,6 +56,10 @@ identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "services"
name = "Services"
url = "/services"
[[languages.en.menu.main]]
identifier = "schedule"
name = "Schedule"
url = "https://schedule.excipio.tech/"

View File

@@ -4,6 +4,11 @@
{{ .Content }}
</div>
{{ end }}
{{ if eq .Section "services" }}
<div class="index-content">
{{ .Content }}
</div>
{{ end }}
<div class="posts">
{{ range .Paginator.Pages }}
<article class="post on-list">