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"
|
||||
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/"
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user