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" }} +