Mark some as drafts and hide them
This commit is contained in:
parent
9301c080f3
commit
40eb0681a8
|
@ -31,18 +31,21 @@ testimonials:
|
|||
text: >
|
||||
<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>
|
||||
draft: yes
|
||||
|
||||
- name: Brian Hartwell
|
||||
text: >
|
||||
<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
|
||||
again in the future.</p>
|
||||
draft: yes
|
||||
|
||||
- name: Daniel Easterbrook
|
||||
text: >
|
||||
<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
|
||||
confidentiality at all times.</p>
|
||||
draft: yes
|
||||
|
||||
- name: James Chapman
|
||||
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>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 %}
|
||||
|
||||
<article class="testimonial">
|
||||
|
|
Reference in a new issue