You've already forked jsonresume
Remove education count when there is only one item
This commit is contained in:
@@ -285,7 +285,7 @@
|
||||
{{if .Education -}}
|
||||
<section class="section">
|
||||
<header>
|
||||
<h2 class='section-title'>{{.Lang.Education}} <span class="item-count">({{len .Education}})</span></h2>
|
||||
<h2 class='section-title'>{{.Lang.Education}}{{if gt (len .Education) 1 -}}<span class="item-count">({{len .Education}})</span>{{- end}}</h2>
|
||||
</header>
|
||||
|
||||
<section id="education">
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user