mirror of
https://github.com/JuanCanham/jsonresume-theme-modern.git
synced 2024-11-21 07:50:10 +00:00
Make summary optional
This commit is contained in:
parent
29c8612bb1
commit
d46e810738
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user