Re-add testimonials link
This commit is contained in:
parent
debcf11439
commit
5a6c4529ef
|
@ -2,6 +2,9 @@
|
|||
+clearfix
|
||||
margin-bottom: 10px
|
||||
|
||||
&__role
|
||||
color: #777
|
||||
|
||||
&__image
|
||||
@extend .img-circle
|
||||
@extend .pull-right
|
||||
|
|
|
@ -20,6 +20,10 @@
|
|||
<a href="/experience">Experience</a>
|
||||
</li>
|
||||
|
||||
<li class="{{ page.url == '/testimonials' ? 'active' }}">
|
||||
<a href="/testimonials">Testimonials</a>
|
||||
</li>
|
||||
|
||||
<li class="{{ page.url == '/talks' or '/talks/' in page.url ? 'active' }}">
|
||||
<a href="/talks">Talks</a>
|
||||
</li>
|
||||
|
|
|
@ -103,7 +103,7 @@ use: [posts]
|
|||
{{ testimonial.role }}
|
||||
</p>
|
||||
{% elseif testimonial.role and company.name %}{% spaceless %}
|
||||
<p class="lead">
|
||||
<p class="testimonial__role">
|
||||
{{ testimonial.role }} at
|
||||
{% if company.url %}
|
||||
<a href="{{ company.url }}" title="{{ company.name }}">{{ company.name }}</a>
|
||||
|
|
Loading…
Reference in a new issue