Skip to content

Commit

Permalink
Changed 'our partners' to 'our clients' in home (#47)
Browse files Browse the repository at this point in the history
* Changed 'our partners' to 'our clients' in home to avoid impression of parnershit/affiliation

* Corrected 'clients' to 'customers'

* Corrected section ids in home layout.
  • Loading branch information
brunohs1993 authored Sep 30, 2024
1 parent ecbd2e9 commit 77ce17b
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion content/partners/index.md → content/customers/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
subtitle: "Our Partners"
subtitle: "Our Customers"
title: "The organisations we work with"
headless: true
---
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h3>{{.Params.name | markdownify}}</h3>
{{end}}

{{with .Site.GetPage "advisors"}}
<section class="section" id="team">
<section class="section" id="advisors">
<div class="container">
<div class="row">
<div class="col-12">
Expand Down Expand Up @@ -206,8 +206,8 @@ <h3>{{.Params.name | markdownify}}</h3>
</section>
{{end}}

{{with .Site.GetPage "partners"}}
<section class="section" id="partners">
{{with .Site.GetPage "customers"}}
<section class="section" id="customers">
<div class="container">
<div class="row">
<div class="col-12">
Expand Down Expand Up @@ -305,7 +305,7 @@ <h2 class="title">{{.Params.title | markdownify}}</h2>
{{end}}

{{with .Site.GetPage "we_worked_together"}}
<section class="section" id="team">
<section class="section" id="we_worked_together">
<div class="container">
<div class="row">
<div class="col-12">
Expand Down

0 comments on commit 77ce17b

Please sign in to comment.