mirror of
https://github.com/JuanCanham/jsonresume-theme-modern.git
synced 2024-11-21 16:00:11 +00:00
Make summary optional
This commit is contained in:
parent
29c8612bb1
commit
d46e810738
@ -51,7 +51,9 @@ section div > h3 {
|
|||||||
<h3>About</h3>
|
<h3>About</h3>
|
||||||
</header>
|
</header>
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
|
{{#bio.summary}}
|
||||||
<p>{{bio.summary}}</p>
|
<p>{{bio.summary}}</p>
|
||||||
|
{{/bio.summary}}
|
||||||
{{#bio.phone.personal}}
|
{{#bio.phone.personal}}
|
||||||
<strong>Phone:</strong> {{bio.phone.personal}} <br />
|
<strong>Phone:</strong> {{bio.phone.personal}} <br />
|
||||||
{{/bio.phone.personal}}
|
{{/bio.phone.personal}}
|
||||||
|
Loading…
Reference in New Issue
Block a user