Re-add testimonials link

This commit is contained in:
Oliver Davies 2017-03-18 16:07:30 +00:00
parent debcf11439
commit 5a6c4529ef
3 changed files with 8 additions and 1 deletions

View file

@ -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>