You've already forked jsonresume
Add a hide field
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -40,7 +40,7 @@
|
||||
<!-- WORK EXPERIENCE -->
|
||||
<div class="box">
|
||||
<h2><i class= "fa fa-suitcase ico"></i> {{.Lang.WorkExperience}}</h2>
|
||||
{{range .Work -}}
|
||||
{{range .Work -}}{{if not .Hide}}
|
||||
<div class="job clearfix">
|
||||
<div class="row">
|
||||
<div class="details">
|
||||
@@ -77,7 +77,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{- end}}
|
||||
{{- end}}{{- end}}
|
||||
</div>
|
||||
{{- end}}
|
||||
{{if .Awards -}}
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
<h2 class='section-title'>{{.Lang.WorkExperience}} <span class="item-count">({{len .Work}})</span></h2>
|
||||
</header>
|
||||
<section id="work">
|
||||
{{range $index, $w := .Work}}
|
||||
{{range $index, $w := .Work}}{{if not .Hide}}
|
||||
<section class="work-item">
|
||||
{{if $w.Name -}}
|
||||
{{if eq $index 0 -}}
|
||||
@@ -168,7 +168,7 @@
|
||||
</ul>{{end}}
|
||||
</div>
|
||||
</section>
|
||||
{{- end}}
|
||||
{{- end}}{{- end}}
|
||||
</section>
|
||||
</section>
|
||||
{{- end}}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -93,7 +93,7 @@ func themesTexResume_templateTex() (*asset, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "themes/tex/resume_template.tex", size: 2733, mode: os.FileMode(420), modTime: time.Unix(1612105960, 0)}
|
||||
info := bindataFileInfo{name: "themes/tex/resume_template.tex", size: 2733, mode: os.FileMode(420), modTime: time.Unix(1612134982, 0)}
|
||||
a := &asset{bytes: bytes, info: info}
|
||||
return a, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user