Mark some as drafts and hide them
This commit is contained in:
parent
9301c080f3
commit
40eb0681a8
|
@ -31,18 +31,21 @@ testimonials:
|
||||||
text: >
|
text: >
|
||||||
<p>Oliver is a great guy and really easy to work with. He really goes the extra mile to make sure the project
|
<p>Oliver is a great guy and really easy to work with. He really goes the extra mile to make sure the project
|
||||||
is done properly. I would recommend him and will not hesitate to use him again in future.</p>
|
is done properly. I would recommend him and will not hesitate to use him again in future.</p>
|
||||||
|
draft: yes
|
||||||
|
|
||||||
- name: Brian Hartwell
|
- name: Brian Hartwell
|
||||||
text: >
|
text: >
|
||||||
<p>Oliver was great to work with. He has expert knowledge with Drupal and delivered exactly what we were
|
<p>Oliver was great to work with. He has expert knowledge with Drupal and delivered exactly what we were
|
||||||
looking for on time. He's understanding, friendly and easy to get along with. I would enjoy working with him
|
looking for on time. He's understanding, friendly and easy to get along with. I would enjoy working with him
|
||||||
again in the future.</p>
|
again in the future.</p>
|
||||||
|
draft: yes
|
||||||
|
|
||||||
- name: Daniel Easterbrook
|
- name: Daniel Easterbrook
|
||||||
text: >
|
text: >
|
||||||
<p>Oliver is seasoned Drupal and all round highly skilled and experienced web developer. I have worked with
|
<p>Oliver is seasoned Drupal and all round highly skilled and experienced web developer. I have worked with
|
||||||
Oliver on an important project where he was reliable, prompt and ensured strict client deadline delivery and
|
Oliver on an important project where he was reliable, prompt and ensured strict client deadline delivery and
|
||||||
confidentiality at all times.</p>
|
confidentiality at all times.</p>
|
||||||
|
draft: yes
|
||||||
|
|
||||||
- name: James Chapman
|
- name: James Chapman
|
||||||
role: Director
|
role: Director
|
||||||
|
@ -96,7 +99,7 @@ testimonials:
|
||||||
<p>Here are some examples of the nice things that clients and former colleagues have said.</p>
|
<p>Here are some examples of the nice things that clients and former colleagues have said.</p>
|
||||||
<p>You can view more recommendations on my <a href="{{ site.linkedin.url }}">LinkedIn profile</a>.</p>
|
<p>You can view more recommendations on my <a href="{{ site.linkedin.url }}">LinkedIn profile</a>.</p>
|
||||||
|
|
||||||
{% for testimonial in page.testimonials|reverse %}
|
{% for testimonial in page.testimonials|reverse if not testimonial.draft %}
|
||||||
{% set company = testimonial.company %}
|
{% set company = testimonial.company %}
|
||||||
|
|
||||||
<article class="testimonial">
|
<article class="testimonial">
|
||||||
|
|
Loading…
Reference in a new issue