Merge pull request #11 from koddsson/patch-1

Make summary optional
This commit is contained in:
Truong Nguyen 2016-10-20 10:50:18 +07:00 committed by GitHub
commit 2260c600de
1 changed files with 2 additions and 0 deletions

View File

@ -51,7 +51,9 @@ section div > h3 {
<h3>About</h3>
</header>
<div class="col-md-9">
{{#bio.summary}}
<p>{{bio.summary}}</p>
{{/bio.summary}}
{{#bio.phone.personal}}
<strong>Phone:</strong> {{bio.phone.personal}} <br />
{{/bio.phone.personal}}