From 957c6a2ddb6aeba7e20fb6ee53e11186e246595c Mon Sep 17 00:00:00 2001 From: lourenco <> Date: Mon, 15 Sep 2025 14:17:53 +0200 Subject: [PATCH] adding new services page --- content/services/_index.md | 9 +++++++++ hugo.toml | 4 ++++ themes/terminal/layouts/_default/list.html | 5 +++++ 3 files changed, 18 insertions(+) create mode 100644 content/services/_index.md diff --git a/content/services/_index.md b/content/services/_index.md new file mode 100644 index 0000000..7edb7b5 --- /dev/null +++ b/content/services/_index.md @@ -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 diff --git a/hugo.toml b/hugo.toml index bb42308..110990d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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/" diff --git a/themes/terminal/layouts/_default/list.html b/themes/terminal/layouts/_default/list.html index 7089006..8c539bd 100644 --- a/themes/terminal/layouts/_default/list.html +++ b/themes/terminal/layouts/_default/list.html @@ -4,6 +4,11 @@ {{ .Content }} {{ end }} + {{ if eq .Section "services" }} +
+ {{ .Content }} +
+ {{ end }}
{{ range .Paginator.Pages }}