Add a hide field

This commit is contained in:
2021-02-01 22:16:53 +01:00
parent ed190ef35a
commit 5b68510c0d
6 changed files with 13 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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 -}}