| layout | profile | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| active | true | ||||||||
| bio | This is a sample person's bio. | ||||||||
| sample@person.com | |||||||||
| github | sampleperson | ||||||||
| image |
|
||||||||
| sampleperson | |||||||||
| name | Rev. Richard E. Baker | ||||||||
| role | Founder and CEO | ||||||||
| short | <a href="/team/sample-person">Sample Person</a> is the founder and CEO of the company. | ||||||||
| sampleperson | |||||||||
| type | employee | ||||||||
| website | http://sampleperson.com/ |
{% include JB/setup %}
{% if page.image %}
{% endif %}
-
{% if page.linkedin %}
- Connect on LinkedIn {% endif %}
{{ page.bio }}
<ul>
{% if page.linkedin %}
<li><a href="http://www.linkedin.com/in/{{ page.linkedin }}">Connect on LinkedIn</a></li>
{% endif %}
{% if page.twitter %}
<li><a href="http://twitter.com/{{ page.twitter }}">Follow on Twitter</a></li>
{% endif %}
{% if page.github %}
<li><a href="http://github.com/{{ page.github }}">Follow on GitHub</a></li>
{% endif %}
</ul>